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.
Try this:
#menu-item-search {display:none;}
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
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;}
Yes exactly :)
Thanks for posting the secondary fix as well.
Regards,
Devin