I can't edit my previous post for some reason. Ok, I tried this method to remove the 3 icons in the header, by commenting it out using an additional CSS property. It's not working though in any of my browsers. I cleared their cache too.

Originally Posted by Christian111 View Post
Hi,

I use the simple Zen 1.8 on my Zen Cart 1.3.5 (German version). I want to remove the shopping cart/contact us/my account links from the header. So I comment the "Top Nav Links with Image and link only" in the css file out but the links are still there.

You can see it here: http://lm.teestube-online.de

Anyone an idea what I have to do to remove the links?


Thanks and greats

Christian
Hi Christain

The links are part of the HTML generated by your common/tpl_header.php file. The CSS section that commented out styles these links, so all you have removed is the styling rather than the links themselves. To remove the liks you would need either to comment them out in the tpl_header.php file, or you could hide them by adding the following to your stylesheet
Quote:
#navMain {display:none}