Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Hello,
can you tell me how can I remove all top images from all categories?
http://crbawholesalers.com/product-category/womens-clothing/
Thank you!
Hey!
Try adding this code to the Quick CSS:
.tax-product_cat .page-thumb {
display: none;
}
Cheers!
Josue