Quote Originally Posted by WhitePhantom View Post
Sorry if this has been asked before - I've searched and searched and can't find anything on it. This template looks great but I'm finding it unbelievably hard to work with!
Zen Cart is not Lego...Need to dig and search and sometimes program...

How can I completely remove the footer menu? I've gone to Admin -> Tools -> Flexible Footer Menu, but it only lets me rearrange things. I can't see any way to just remove anything - menu items or the whole footer menu.
Flexible Footer Menu is a plugin. Check in the plugin instructions how to remove.

How do I remove links in the header? Eg. I don't want the 'Information' dropdown but I can't figure out how to get rid of it (apart from editing a file - cant' remember which one - and completely messing it up!) I presume there's something in the admin that allows me to do this stuff??
Do not think there is something in the Admin. You need to program...

Names change in the menu:
includes/languages/english/extra_definitions/responsive_sheffield_blue/responsive_sheffield_blue_defines.php

Hiding "brands" or what ever:
includes/templates/responsive_sheffield_blue/templates/css/stylesheet.css
arround line 359:
.slimmenu li.brands-li{display:none;}

Needs to be done also for mobiles:
add this in stylesheet.css:
around line 362:
.slimmenu.collapsed li.brands-li{display:none;}


And one last thing - I want the 'About Us' header menu item to just go to define_about_us.php - I don't want a dropdown of text / images. Just a simple link to the page.
Then do what I did - I copied the code of "contact us" and programed a little...