Hi all
I’ve created a secondary menu with the NEW template builder submenu element.
There is a way to set a secondary color for the item selected and not only for hover (for the section or the page active) ?
I hope I explained ^^
Thanks
Hey DavideModigliani!
Try adding this to your custom CSS.
.av-subnav-menu .current-menu-item .avia-menu-text {
color: red !important;
}
Best regards,
Elliott