Remove Search Bar
-
Greetings,
The theme my website uses is called Canard. Is there any way to get rid of the search bar?
The blog I need help with is: (visible only to logged in users)
-
Hi
The search feature is built into your theme, so there’s not a simple way to turn it off.
However, if you have the premium or business level account, you can hide it with some custom CSS.
You can read about the upgraded plans at https://wordpress.com/pricing/
And you can learn about how to add custom CSS at https://en.support.wordpress.com/custom-design/editing-css/
Here’s the code that you’ll need to add to the custom CSS editor:
.search-header { display: none; }Hope this helps!
- The topic ‘Remove Search Bar’ is closed to new replies.