AI Search
Classic Search
Notifications
Clear all
Feb 12, 2023 3:17 am
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
wpForo Version
2.1.6
WordPress Version
6.1.1
3 Replies
Feb 12, 2023 3:39 pm
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;
}
