Hi,
Could you help me to change the over effect on the menu ?
What CSS do I have to modify ?
Thank you very much
Hi ganjou!
Can you elaborate? How exactly you would like it to look?
Best regards,
Yigit
Hi,
On hover a colored line appear at the bottom, I would like the all menu item to get coloured with the texte being white.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_menu ul:first-child > li > a:hover { background-color: green; color: white!important; }
Best regards,
Yigit
Perfect, thank you su much :)