Hi guys,
I’ve managed to keep my Main Menu links highlighted when on that page with this code…
.header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
color: #D0DE55 !important;
}
Could you guys figure out a way of getting my dropdown pages to do the same?
My site is at yogidev.co.uk/accentu
Thanks,
Matt
Hi Matt!
Please add following code to Quick CSS as well
ul.sub-menu li.current-menu-item > a > .avia-menu-text {
color: #D0DE55;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field
Best regards,
Yigit
Worked perfectly, thanks a lot, great customer service as usual!