Tagged: menu
Hi, i need help customizing a little the top menu.
when i hover a submenu i want the background of the primary with a special color. Please take a look of the screenshot, explain better than me.
https://docs.google.com/a/azulbambu.com/file/d/0BxO1S0e_zvgSMEpPa3VuRk9nUEk/edit?usp=drive_web
the website is: http://quindom.wpengine.com/ (hosted on WPengine)
Thank you!
Hi azulbambu!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.av-main-nav > li:hover > a { background-color: red; }
Regards,
Yigit
Wuju! Perfect! Thank you!