Sep 10, 2020 5:03 pm
Can I change the colour of the menu? Because on mobile users can't see it
1 Reply
Sep 11, 2020 7:38 am
Hi @alber_97,
Please try the following CSS code:
#wpforo #wpforo-wrap #wpforo-menu{
background-color: #0d7ebf;
}
Please note the red marked value can be changed.
The CSS code should be added in teh Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea.