How do I remove the search bar in header?
Paste the desired code in the Custom CSS textarea (Advanced Tab):
To remove the search form only
#full-bar #searchform { display: none; }
To remove the whole gray bar
#full-bar { display: none; }
Paste the desired code in the Custom CSS textarea (Advanced Tab):
To remove the search form only
#full-bar #searchform { display: none; }
To remove the whole gray bar
#full-bar { display: none; }