Quote Originally Posted by spawnie69 View Post
How can I remove Brands from the top header? I am at www.gelcandlecompany.com/demo

I tried looking at includes/templates/responsive_sheffield_blue/templates/tpl_modules_mobile_categories_tabs.php
and found this area but not sure where to disable:

<li class="brands-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>" class="drop"><?php echo HEADER_TITLE_MANUFACTURERS; ?></a><!--bof shop by brand -->

<ul >
<?php

$show_manufacturers= true;

Am I looking at the right file?
Yes, you can remove the entire brands section from the tpl_modules_mobile_categories_tabs.php, or you can use css to hide the brands drop down.

Thanks,

Anne