I found this style, but when I tell it to display none, it removes the search box from the footer widget. I only want to remove the search box at the top of the page.
#searchform {
position: relative;
float: left;
margin: 0;
}
What do I need to use?
thank you














