Remove search from menu bar
-
Id like to remove the search bar from the top of my blog. Is there a CSS command I can use to do this? I’m a beginner so please make it easy.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Use this to remove the search form from the top of your blog:
div.only-search.with-image { display: none; }Now there is still an empty space. If you want to remove that as well:
#branding .only-search + #access div { padding-right: 0; }Good luck!
Regards,
Michael
-
- The topic ‘Remove search from menu bar’ is closed to new replies.