Post by Helveticus » Thu May 07, 2009 6:52 am

How do I remove the icons in the horizontal nav bar.
I'm talking about the house, star, lock, etc.

Cheers
Marcel

Newbie

Posts

Joined
Thu May 07, 2009 6:47 am

Post by jnixus » Fri May 08, 2009 4:02 am

OK, start by taking a backup of the file /catalog/view/default/theme/template/common/header.php

Then have a look at the below, this is some of my file.

I change the below (bold)
<div class="div5"><a href="<?php echo $home; ?>"><img src="catalog/view/theme/default/image/icon_home.png" alt="" /> <?php echo $text_home; ?></a><a href="<?php echo $special; ?>"><img src="catalog/view/theme/default/image/icon_special.png" alt="" /> <?php echo $text_special; ?></a>

to
<div class="div5"><a href="<?php echo $home; ?>"><!--<img src="catalog/view/theme/default/image/icon_home.png" alt="" />--> <?php echo $text_home; ?></a><a href="<?php echo $special; ?>"><!--<img src="catalog/view/theme/default/image/icon_special.png" alt="" />--> <?php echo $text_special; ?></a>

In theory you could delete the stuff I commented out but start by commenting and testing so it works. And did I mention the backup :)

Good luck

User avatar
New member

Posts

Joined
Fri Apr 17, 2009 3:26 am
Location - London

Post by Helveticus » Fri May 08, 2009 7:26 am

Thanks, I will give it a shot

Newbie

Posts

Joined
Thu May 07, 2009 6:47 am
Who is online

Users browsing this forum: No registered users and 4 guests