Reply To: Hide the search box through options?

#7343
flippertie
Participant

The simplest way i found to hide the search box is to put a text widget in the Header widget area. This also hides the site description…. If you want to keep the site description visible then addthe following to uoir custom CSS:

#header input#s { display: none; }