how do I remove the search box
-
I need to remove the search box from my blog but can’t figure out how. All help much appreciated. Thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Add this to your My Sites → Customize → CSS:
form#searchform { display: none; } -
- The topic ‘how do I remove the search box’ is closed to new replies.