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.
![]()
Hello There,
.product-tag{display:none!important;}
.product-tag.product-tag--absolute {
display: none !important;
}
#ProductSaleTag-product-template {
display: none !important;
}