I would like to get rid of the option to Search on my header and I can’t find a way to do this.
Thank you. Lori
http://www.fusiontrading.ca
Add any option, I did a text box, to your header widget and the search box will be removed. Without anything in the header widget the default is a search box.
Hi lorimockson,
The easiest way to hide the search in the header is to put an empty text widget in the header widget box.
Cheers,
Alexander @ http://www.mouseclick.com
I did it by adding custom CSS in the theme options:
form#searchform {
display: none;
}