Hello,
I'm a beginner and I can't get rid of a search bar at my webpage. I've been asking for help in forums and all I've got is that search bar doesn't work anymore but it's still there.
What I did is delete some text in header.php:
<div class="searchbox">
<form id="searchform" action="<?php bloginfo('url'); ?>/" method="get">
<div class="search-field"><input type="text" value="Search ..." onfocus="if (this.value == 'Search ...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search ...';}" name="s" id="s" /></div>
<div class="search-but"><input type="image" id="searchsubmit" value=" " src="<?php bloginfo('template_directory'); ?>/images/spacer.gif" /></div>
</form>
</div>
After it gave me no result I also accordingly modified style.css and style_ORIGINAL.css in my theme folder. NOTHING.
I would appreciate Your help so much!..
Thanks in advance and have a nice day.
Linas;)