How can I remove the 'SALE' banner on my Prestige theme products?

Hi everyone, would someone be able to help me with some code to remove the “SALE” banner on my products as this theme doesnt come with an option to do so I dont think. I am using the prestige theme. Please see sale banner under products.

https://qg152p3lfwnj4y4j-28726853710.shopifypreview.com

Thankyou

1 Like
.ProductItem__LabelList {
    display: none !important;
}

@kaidickson

Add this code in the bottom of the theme.scss or theme.css file .

Thank you.

1 Like