View Single Post
  #9  
Old 02-21-2009, 09:55 AM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 11,406
BMR777 is on a distinguished road
Default RE: Delete the Search Input...

For removing the search you can try this:

In your template file find and remove:

PHP Code:
<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="templates/crystalx/design/search_submit.gif" id="search-submit" value="OK" />
                </
fieldset>
            </
form
That should get rid of the search box, but I don't know how removing that will alter the rest of the template.
Reply With Quote