deleting the search box
-
Is this possible?
The blog I need help with is: (visible only to logged in users)
-
I think only with the CSS upgrade, here’s the code to try it out:
#searchform {display:none;} -
you legend, thank you!
Also, is it possible to delete the lines at the top and bottom of the screen?
Many thanks
-
Replace the code above with this which should do both bits in one go.
#search {display:none;} #footer {border-top:none;} -
-
- The topic ‘deleting the search box’ is closed to new replies.