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
In /skins/YOURSKIN/customer/top.tpl, comment out:
[B][COLOR="Red"]{*[/COLOR][/B]
[B][COLOR="red"]*}[/COLOR][/B]
{include file="common_templates/search.tpl"}
In /skins/YOURSKIN/customer/bottom.tpl, comment out:
```php [COLOR=“red”]{*[/COLOR]
{include file=“common_templates/search.tpl” hide_advanced_search=true}
```
You may need to make some adjustments to your CSS afterwards.
Bob