• Resolved cryp

    (@cryp)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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>
    Thread Starter cryp

    (@cryp)

    wow thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing search bar (Decker theme)’ is closed to new replies.