How can I eliminate the 'Sale' tag from Venture theme product page?

Hello,

I want to remove sale in blue on the product page. I’m on the venture theme.

vh jbvhj.JPG

@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.

1 Like

@LitCommerce thanks it worked!

And what is ‘sale’ for?

1 Like