Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #25626

    I would like to remove the search icon on the menu to make more room for menu items. Can you tell me how to do that? I am using the Enfold Theme.

    #127621

    Try this:

    #menu-item-search {display:none;}

    #127622

    Hi,

    @formateins: Thanks man. :)

    @GLIMedia: You can do formateins solution. Add the code on your custom.css or Quick CSS.

    #menu-item-search {
    display: none;
    }

    Regards,

    Ismael

    #127623

    Exactly what I needed. Thank you both very much!

    FYI, for those looking to remove the search and buy more space on the navbar, I also moved the menu over to the right. Here is the stylesheet code:

    .main_menu{ right: -20px;}

    #127624

    Yes exactly :)

    Thanks for posting the secondary fix as well.

    Regards,

    Devin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How do I remove the Search Icon in the header (Enfold)’ is closed to new replies.