as you can see here
http://www.ladderdeals.com/loft-ladders.html
Under the subcategories there is a great big picture of a loft ladder..... how do i remove (or should i say "hide") the image?
without having to delete it as the image is used elswere.
Solved! Go to Solution.
Yes except you delete it show category image. If you don't want to show on category page the go on your theme <your theme>/ default/ template/ catalog/ category/ view.phtml
Find and comment below line
<?php if($_imgUrl): ?> <?php echo $_imgHtml ?> <?php endif; ?>
Hope it helps you
Yes except you delete it show category image. If you don't want to show on category page the go on your theme <your theme>/ default/ template/ catalog/ category/ view.phtml
Find and comment below line
<?php if($_imgUrl): ?> <?php echo $_imgHtml ?> <?php endif; ?>
Hope it helps you
there is no Category directory in "default/ template/ catalog/"
Im using Magento 1.9.1.1 FYI
Found it
thanks alot