Because I also can’t find out how to search the forum, I am reduced to asking what is probably a simple question – how do I remove the search box from the header? I want to make the header smaller, and I have a search widget in the sidebar.
Thanks for any help!
rich
hi, saw your post there, maybe you got sorted, but if not –
this youtube video shows you how to remove the search bar https://www.youtube.com/watch?v=gw8zaZePWP0 from Village Park Source
simple answer π
worked for me.
joan
-
This reply was modified 11 years, 10 months ago by joan w.
hi,
in “Appearance, Theme Option, Layout”
– Custom CSS –
add
#header input#s {
display: none
}
Sonia