Feb 11, 2023 11:17 pm
Hello!
I would like to adjust the menu color in the classic theme (and other things). Unfortunately I do not get further, because some colors are set by !important.
In the backend it is shown under "Color & Styles" that I can put the color.css under /themes/classic and change it. Does not work either.
Likewise does not work to propagate on that page in the backend at "custom CSS code" other values.
In detail I need to change the settings for the menu for instance
.wpforo-active
color and background-color.
Thanks for any advice
3 Replies
Feb 12, 2023 11:39 am
Hi @wp-henne
try (custom CSS)
#wpforo #wpforo-wrap #wpforo-menu .wpforo-active { background-color: #ff0000 !important; } #wpforo #wpforo-wrap #wpforo-menu .wpforo-active a { color: #ffffff !important; }