I need social icons to display in the header, but not the search icon. How do I hide it?
Hi m!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top #menu-item-search.menu-item-search-dropdown>a { display: none; }
Regards,
Yigit
Perfect, thanks.