Hello guys,
I am new to Shopify & wanted to make the most of it.
I wanted to remove the SALE tag as you can see as some of the items are not really on sale. I tried to do the CSS code under Assets > base.css & it removed the SALE tag however, it also removed the SALE tag on the discounted items, too.
I want to remove the SALE tag to non-sale items and stay as is for the SALE items. Can you help me?
@sensoryandplay
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.card__inner .card__badge {
display: none !important;
}
Hi, it works. However, the sale items do not show the sale tag on the homepage but when we click the product, it still shows SALE.
Please see the photos:
Hi, it works. However, the sale items do not show the sale tag on the homepage but when we click the product, it still shows SALE.
Please see the photos: