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.
www.www.fullthrottlerealtor.com...
Thanks.
Node Thirty Three design called Zen Like 1.0
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:
Simply delete this code (line 38 - 43) and the search bar will disappear.
Hope this helps
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