Hello !
I’d like to change the size, the font, the color, and the hover effect of my menu item, someone can help me and give me quick css please ?
thanks :)
Hey miguelinho84!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
#top .main_menu .menu li a { font-size: 18px; color: red; background-color: blue; }
#top .main_menu .menu li a:hover { background-color: blue; color: red; }
Cheers!
Yigit