I'm trying to remove the search bar from the header and just use the widget, I need some help on how to accomplish this.
I'm trying to remove the search bar from the header and just use the widget, I need some help on how to accomplish this.
You can just hide it by add the following CSS in "Custom CSS" box in Theme Options under Appearance Tab:
#branding #searchform {
display: none;
}
You must log in to post.