How can I delete 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

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.product-tag{display:none!important;}
.product-tag.product-tag--absolute {
display: none !important;
}
#ProductSaleTag-product-template {
display: none !important;
}

Hello,

Thanks in advance for your help, as I have this same request. However I cannot locate the “theme.css” file in Venture theme, that is referenced. I have attached screenshot of what assets are listing.

Thanks, Jay