Forums

help me how to remove the search bar from my menu? (4 posts)

  1. Ronnie
    Member
    Posted 9 months ago #

    i'd like to remove the search bar/function from my menu bar
    how can i do this please?

    http://www.ronniewhittaker.com

  2. Digital Raindrops
    Member
    Posted 9 months ago #

    At the end of style.css add!

    #searchform {
       display: none;
    }

    HTH

    David

  3. alchymyth
    The Sweeper
    Posted 9 months ago #

    you can remove the code form header.php (?);
    look for a section like:

    <form role="search" method="get" id="searchform" action="http://www.ronniewhittaker.com/" >
    	<div><label class="screen-reader-text" for="s">Search for:</label>
    	<input type="text" value="" name="s" id="s" />
    	<input type="submit" id="searchsubmit" value="Search" />
    
    	</div>
    	</form>

    or you can 'hide' it with css, edited in style.css where the style of #searchform is, or added to style.css at the end:
    #searchform {display:none;}

  4. Ronnie
    Member
    Posted 9 months ago #

    cheers guys !

Reply

You must log in to post.

About this Topic

Tags

No tags yet.