Remove category image from subcategory list and product list

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeRemove category image from subcategory list and product list

This topic has been marked as not resolved.

I want to remove the category image [on top] from subcategory list and product list
Please look at the pictures. I also want to change the image size of the other category images. How can i do that?
https://drive.google.com/file/d/0B9Ro6pNv-MteaHdZY056M2FWMEk/view?usp=sharing">https://drive.google.com/file/d/0B9Ro6pNv-MteVmVKMnowNldtczg/view?usp=sharing
https://drive.google.com/file/d/0B9Ro6pNv-MteaHdZY056M2FWMEk/view?usp=sharing">https://drive.google.com/file/d/0B9Ro6pNv-MteaHdZY056M2FWMEk/view?usp=sharing
Thanks!
 

  • This reply was modified 3474 days ago by  ladso83.
  • This reply was modified 3474 days ago by  ladso83.
October 23, 2014 at 1:07 am #33538

Hi,

1) Open catalog/view/theme/shoppica2/template/product/category.tpl and remove (comment) this code block:

<?php if ($thumb): ?>
<img class="s_category_thumb" src="<?php echo $thumb; ?>" alt="<?php echo $heading_title; ?>" />
<?php endif; ?>

2) We’ve already discussed how to change the number of subcategories per row here:

http://support.themeburn.com/topic/how-to-change-number-of-subcategories-in-row-in-category-enlarging-pictures
http://support.themeburn.com/topic/changing-default-category-display

BR,
ThemeBurn team

October 24, 2014 at 12:02 pm #33574
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.