highvisualproducts Posted February 2, 2008 Posted February 2, 2008 Hi, Im currently trying to remove the following text which appears above every catergory once you click into it e.g Top » Catalog » Lingerie Top » Catalog » Best Sellers Here you can see what i am trying to remove.... http://www.eroticladylingerie.com/index.php?cPath=101 Please any suggestions or solutions would be great, i just want to remove this text only on each catergory. Many Thanks In Advance Louise :rolleyes: Highvisualproducts Highvisualproducts
Guest Posted February 2, 2008 Posted February 2, 2008 In catalog/includes/header.php find <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td> change to <td class="headerNavigation"> <?php //echo $breadcrumb->trail(' » '); ?></td>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.