Remove search bar in blog header
-
Hi,
I have a search bar at the top of my blog that I would like to remove but I can’t seem to find where to get rid of it. I’d really appreciate any help! Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi again :)
Add this to your Custom CSS and it’ll hide the search bar:
.header-search-form { display: none; } -
-
- The topic ‘Remove search bar in blog header’ is closed to new replies.