I want to have 2 different colors on the main menu (one for the menu and one when it becomes sticky) for menu, on hover and clicked.
Hey DoctorMobile,
Please provide a link to the site/page in question.
Best regards,
Jordan Shannon
Added link on private content.
If you click on a menu link and then recheck. Clicked link doesn’t show.
So I need to change menu items colors
Hi,
Add this to quick css:
.avia-menu-text:hover{
color:#fff!important;
}
.current-menu-item .avia-menu-text{
color:#fff!important;
}
Best regards,
Jordan Shannon