Hello,
I have a pretty urgent problem.
How can I fix that with custom CSS? Please help me.
At the moment this css-code is implemented for the menu:
/* menü linkfarbe ändern */
#Top_bar .menu > li.current-menu-item a span { color: white !important; }
#Top_bar .menu > li > a:active span:not(.description) { color: white !important; }
#Top_bar .menu > li > a:hover span:not(.description) { color: white !important; }
What do I have to add?
Thanks in advance!
Regards M
Comments
maybe it is just cache holding it since we do not see this behaviour here.
You do not ned to use custom css for the menu colors, all can be changed from theme options>colors>menu.
thanks