I want to remove the Sale label from the Thumbnail of the website
-
Hi Team,
I want to remove the sale label entirely on the product thumbnail. I have already turned it off for percentage but still SALE is written on product images. I don’t want that.
Also I want my product images size on mobile view to be exactly similar to this website (https://www.bonkerscorner.com), Kindly please help me in changing the size of the product images on phone view
Hello,
01. Please add this code to the Theme Settings > Custom CSS > Global:
.product-label.onsale {
display: none !important;
}
02. You can also read our detailed documentation in the following link:
https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/
Best Regards.