Hello,
I’m using left sidebar main menu. I’m trying to change the font color in main menu on hover, but I failed. I changed background color on hover, but I can’t change the font color on hover.
Please some quick CSS code.
Thank you.
Best regards,
Marijana
Hey Marijana74!
Try the following CSS:
.html_header_sidebar #header .av-main-nav > li:hover > a .avia-menu-text {
color: #a1cd2f;
}
.html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text{
color: #a1cd2f;
}
Let me know if it helps :)
Cheers!
Jordan
Thank you Jordan,
this helped :). Please if you can give me one code more. In left sidebar main menu, I wanna change link background color on hover.
Thank you :)
Best regards,
Marijana
Hey!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links” and make sure to check “Apply only to mouse hover state”
Cheers!
Yigit
Hello Yigit,
Thanks!
Best regards,
Marijana
Hi!
Glad to hear it worked! Feel free to reach out to us if there are anymore issues.
Regards,
Jordan