How do I remove the icons in the horizontal nav bar.
I'm talking about the house, star, lock, etc.
Cheers
Marcel
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
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
Who is online
Users browsing this forum: No registered users and 4 guests