How to change the 'SOLD OUT' color to red in Debut Theme?

Can someone help me change the “SOLD OUT” listed under products to the color red?

Here is my site.

1 Like

@ericsoho

sorry for that issue can you try this code.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.price__badge--sold-out {background: #00bcd4;} /* change color as you like */