Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #371869

    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!

    #371931

    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

    #372018

    Great!

    Thanks a lot Yigit ;).

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Whithe line below main menu’ is closed to new replies.