Hello,
I want to remove sale in blue on the product page. I’m on the venture theme.
![]()
Hello,
I want to remove sale in blue on the product page. I’m on the venture theme.
![]()
@Max123456 - this needs css, can you please share your website link?
Hi @Max123456 ,
Go to Assets > theme.scss.liquid and paste this at the bottom of the file:
.product-tag.product-tag--absolute {
display: none !important;
}
Hope it helps!
@LitCommerce it doesn’t work
Tt’s on the product page when you click on the product
Hi @Max123456 ,
Please add code:
#ProductSaleTag-product-template {
display: none !important;
}
If it helped you solve your issue, please mark it as a solution. Thank you and good luck.
@LitCommerce thanks it worked!
And what is ‘sale’ for?