Delete the search bar in the top right of header?
-
Hello,
Is there a way to delete the search bar in the top right of the header? I tried with the customize CSS feature but had no luck.
ThanksThe blog I need help with is: (visible only to logged in users)
-
Hi there,
I’d be happy to help you with this! You can indeed use custom CSS to remove that search bar from your theme.
To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the following CSS:
#searchform { display: none; }Please let me know how that works for you!
If you’d like further CSS help, most of our CSS support is done in the CSS Customization forum by both staff and volunteers:
https://en.forums.wordpress.com/forum/css-customizationWe also have more information about working with CSS here:
- The topic ‘Delete the search bar in the top right of header?’ is closed to new replies.