View Full Version : Remove Search Bar
LilPixie
02-12-2009, 01:25 PM
Just a quick question: How do you remove the search thingy at the top? It interferes with my banner. x.x;
I saw that a few people had taken it out and I wasn'r sure how to do it.
Rsmiley
02-12-2009, 03:03 PM
in the templates folder... open up the defualt theme... template.htm
and remove this
 <!-- Search -->
        <div id="search" class="noprint">
            <form action="" method="get">
                <fieldset><legend>Search</legend>
                    <label><span class="noscreen">Find:</span>
                    <span id="search-input-out"><input type="text" name="" id="search-input" size="30" /></span></label>
                    <input type="image" src="design/search_submit.gif" id="search-submit" value="OK" />
                </fieldset>
            </form>
        </div> <!-- /search -->
LilPixie
02-12-2009, 03:38 PM
Thank you! ^^
Rsmiley
02-12-2009, 05:26 PM
No problem
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.