Hiding "Search"
-
I do not want my audience to be able to search on the site for the time being. Is there a way in CSS to hide the search bar at the top?
The blog I need help with is: (visible only to logged in users)
-
To hide the search box in the header on the Further theme, add this to your Appearance → Custom Design → CSS editor:
.search-toggle { display: none; }
- The topic ‘Hiding "Search"’ is closed to new replies.