Hi, I’m working on http://masterjohan.nu and you’ve all been wonderful in your assistance already.
– Would you happen to know how to remove the search box from the header? I’ve tried a couple of code snippets posted in the forums, but they’ve been for other themes and didn’t work for Enfold.
/ Andreas
Hi wieslander!
Please try adding 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
Thank you so much for your help, Yigit. It worked like a charm. Well done!