how do i remove the search box from my blog
-
I have uploaded a theme for my blog and tweaked it a little with the CSS upgrade. The problem now is the search box at the top of the page hides my content tab on the navigation. I don’t need the search box so I want to know how to remove it altogether, which bit of code relates to that box, heres the blog http://conrodracing.com/ please help!
The blog I need help with is: (visible only to logged in users)
-
I do not have any CSS advice to give you. However, I do know this. The Misty Look header includes links to RSS feeds and you can hide them by putting this in a text widget. See > http://wpbtips.wordpress.com/2009/12/24/unwanted-features-in-mistylook/
-
If you have a CSS related issue in future it is best to post on the dedicated CSS support forum. Here’s the code to remove the search box:
#searchform {display:none;}lh
- The topic ‘how do i remove the search box from my blog’ is closed to new replies.