Hi, I found out the way to remove the sale tag & still keep other tags on the product page:
-
Edit Code → Assets → Component-price.css
-
Search for the code (Ctrl + F):
.price–sold-out .price__badge-sold-out,
.price–on-sale .price__badge-sale {
display: inline-flex;
}
-
Remove “.price__badge-sale” in the code line
-
Paste this at the bottom:
.price__badge-sale {display:none;}
- Done
These steps help you to remove the sale tag on the product page only. It still shows up on the homepage and collection list. That’s all I need :))