- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Magento Programmer | Was my answer helpful? You can accept it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Magento Programmer | Was my answer helpful? You can accept it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How do i remove the category image from product listing pages?
there is no Category directory in "default/ template/ catalog/" Im using Magento 1.9.1.1 FYI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How do i remove the category image from product listing pages?
Found it
thanks alot