Color of categories hover
-
Hello,
i want to change the orange color of “browse categories” menu and of mega menu widget on hover.Also the font-color on hover
See screenshot1 , screenshot2
Hello,
Add this code to the Theme settings > Custom CSS > Global:
body .mega-navigation .menu > li:hover, body .widget_nav_mega_menu .menu > li:hover {
background-color: red;
}
Replace the color as per your needs.
Best Regards
Thank you,
what about font color on hover?
Hello,
Add this code:
body .mega-navigation .menu > li:hover > a, body .widget_nav_mega_menu .menu > li:hover > a {
color:yellow;
}
Replace the color with one as per your needs.
Best Regards