Re: Responsive Sheffield Blue V 2.0!
@Webling
You need to find the section of code that displays the part that you want to remove. There are comments like <!--bof shop by brand --> and <!-- eof shop by brand --> to help you what code is for what. Basically you have to remove what it between the comments but also that first line on line 39
<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 -->
to make it work. Not sure why the comments are placed where they are. It's not all the code that is needed to be removed. Same goes for the Customer Service section. A few more lines of code have to be removed after the <!-- eof customer service -->
</li>
</ul>
</li>
to make it work. Not very intuitive for the not so code savvy. But if you have Notepad++ you can see what code section starts where and ends where on the left side with the plus and minus signs. Hope this helps.
Live and learn... the Zen way.