Hey guys, how do I remove the search bar in the decker theme? It is not a widget. (Note I am not a techie :P)
Thanks
Hey guys, how do I remove the search bar in the decker theme? It is not a widget. (Note I am not a techie :P)
Thanks
remove this bit from theme's header.php
<div id="search">
<form action="<?php bloginfo('url'); ?>" method="get">
<input onfocus="this.value=''" type="text" name="s" value="Type here your search" class="textfield" style="display: inline;"/><input type="image" src="<?php bloginfo('template_directory'); ?>/images/button-search.gif" style="display: inline;" />
</form>
</div>wow thanks!
This topic has been closed to new replies.