Search bar - modify/remove?

Does anyone know how to modify and/or remove the search bars that appear at top and bottom of pages in default template(s). Thanks.



Steve :slight_smile:

In /skins/YOURSKIN/customer/top.tpl, comment out:

[B][COLOR="Red"]{*[/COLOR][/B]

[B][COLOR="red"]*}[/COLOR][/B]



In /skins/YOURSKIN/customer/bottom.tpl, comment out:

```php [COLOR=“red”]{*[/COLOR]







{include file=“common_templates/search.tpl” hide_advanced_search=true}

[B][COLOR="red"]*}[/COLOR][/B]
```

You may need to make some adjustments to your CSS afterwards.

Bob