Is it possible to remove the Search Bar from my blog?
-
I am trying to remove the Search from my entire blog. I can’t anything that would let me delete it but I’ve purchased the custom design thinking that I would be able to remove that.
Thanks.
-
You can indeed remove your search box by adding this to your Custom CSS, under Appearance > Custom Design, and pasting it into the CSS tab, completely below all the green comments:
.search-form-holder {
display: none;
}If you need further CSS help, feel free to post in our CSS Customization forum:
https://en.forums.wordpress.com/forum/css-customization -
-
- The topic ‘Is it possible to remove the Search Bar from my blog?’ is closed to new replies.