Change Color of Submenu point
Hello,
I have a pretty urgent problem.
When you visit my website e.g. https://wiedemann-glaserei.com/?page_id=38 you can see that the String "Produkte" on the menue is white. However, when I open a submenu point from the menu point "Produkte" like https://wiedemann-glaserei.com/?page_id=162 the String "Produkte" is now green, so that you cant see it. The beholder might think it was removed.
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