(Using Debut) I would like to change the colour of the "sold out" notifs displayed in product page

Preferably I would like the freedom to change the background of the button and the text itself.

Hii, @alexch
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

Hi @alexch

Try checking this. This might help https://youtu.be/vfLl9mTi-90

BTW for store related concepts. I also suggest checking solutions that help you with store management and eventually gain customer satisfaction and be able to sell more.

Let me know if you need help message me at network-aaaae6bod2c5ntq4n2ltvuctie@partnerswire.slack.com

You may also check the links below on our valuable apps that provide real-time solutions

www.levendi.shop

Hii, @alexch
Paste this code on top of the theme.scss file.

span.price__badge.price__badge--sold-out {
    background-color: red !important;
    color: white !important;
}