How do you set active sub menu color?
This works for all menus:
li.current-menu-item>a {
background: #cf2115!important;
color: #fff!important;
}
How to do it for the submenu av-submenu-container (avia full width-submenu) without affecting the mainmenu?
Hi royaltask!
Please add following code to Quick CSS
#top .av-subnav-menu li.current-menu-item a {
background: #cf2115!important;
color: #fff!important;
}
Best regards,
Yigit
Wow this works and loks so brilliant. Thanks for assistance!