There seems to be a search option in the top of my blog. I want to delete it but I can’t find it anywhere in my dashboard. Can somebody help me? I’m a newby!
The easiest way, if you cant find where to do it within your theme options, is to do it using CSS. If you have a “custom CSS” area in the theme options panel, use the code below and paste it into that section:
fieldset {
display: none !important;
}
Hopefully this helps, let us know if you need any help