Remove duplicate image on Product Category
-
I found a recomendation to use this css to remove the extra image thumbnail on a product category page and tried to modify it so only product categories would be affected – but it also removes the thumbnails from my blog post archives which I don’t want.
code:
.product_category, .excerpt-thumb img { display: none; }
Is there css code that would only remove the thumbnail on the product category pages – the product categories are being treated like post archive pages (including in the titles)?
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Remove duplicate image on Product Category’ is closed to new replies.