Node Thirty Three Template search bar at top right corner

Permalink
Does anyone know how to delete this search bar that appears at the top right corner of this template? It doesn't seem to even work.

www.www.fullthrottlerealtor.com...

Thanks.

 
FullThrottle1 replied on at Permalink Reply
Node Thirty Three design called Zen Like 1.0
admin replied on at Permalink Reply
Hi there,

If you look at the index.html file included in this template you'll find on line 38 there is this code for the search bar:

<form method="post" action="">
      <div id="search">
      <input type="text" class="text" maxlength="64" name="keywords"/>
      <input type="submit" class="submit" value="Search" />
      </div>
</form>


Simply delete this code (line 38 - 43) and the search bar will disappear.

Hope this helps