How to remove "Sale" button in Studio Theme

The above code is for removing the sale badge from your collection page. You may also want to remove it from your product page.

Please add this code to the bottom of the component-price.css under Assets

.price--sold-out .price__badge-sold-out, .price--on-sale .price__badge-sale {
    display: none !important;
}
1 Like