Remove search option
-
Hey there, I’d love to remove the search option on my black menu bar. Is this possible in the CSS?
Thanks
The blog I need help with is: (visible only to logged in users)
-
This should do it…
#branding .only-search #s, #branding .only-search #s:focus {
display: none;
} -
Thank you! Do I need to add this additionally, or change existing code? Also, where should this sit?
Apologies if these are obvious questions, I don’t have much coding experience :)
-
-
-
At WordPress.com, you can add custom CSS to the Appearance → Custom Design → CSS page if you have purchased the Custom Design upgrade.
- The topic ‘Remove search option’ is closed to new replies.