My apologies Guys,
I am trying to identify the correct selector to reduce the “hover” state of the menu item selector. I am using UberMenu with the theme, but the question would apply equally to any CSS3 menu I wanted to create.
Currently the hover state fills the container; how can I reduce this height to be similar to the menu option in your http://kriesi.at/themedemo/?theme=brightbox theme?
Here is my .
Thanks
AndrewJ
Hey Andrew!
You can add followind code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.av-main-nav>li>a { height: 50px; line-height: 50px; }
Depending on the header behaviours you are using, you may need to add !important rule to the code :)
Regards,
Yigit