Hello!
I modified the styling of the menu and submenus so that the current page is styled in black, on white background. On mouse hover, this is supposed to be inverted. This wors in the top-level menu, but not in the submenu:
In the top menu the selected page is indeed black and it switches to white with black background when I hover it. However, when I hover the current page item in a second level menu, the background switches to black but the text color remains black too.
Can you please help me with this?
Best regards,
Matthieu
I managed to solve it! If anyone comes accross the same problem, it can be solved by adding the following code to Quick CSS:
.html_header_sidebar #header .av-main-nav li.current-menu-item > a:hover .avia-menu-text{color:#ffffff;}