Hi:
After upgrading to the latest Enfold version, there is a white line below main menu items on mouse over, ¿how can I remove it?
On the other hand, I need the search icon background to be transparent when mouse over on the search field.
Thanks!
Hi joserve!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.avia-menu-fx {
display: none;
}
li#menu-item-search a {
background: transparent!important;
}
please disable CSS minifying feature before applying the code
Cheers!
Yigit
Great!
Thanks a lot Yigit ;).