Change sold out button and text colour? Refresh Theme

You are talking about the product page? The product page have different code not same on the collections.

This is for the product page.

span.badge.price__badge-sale.color-background-2 {
 color: white;
 background: red;
 padding: .6rem 1rem;
}
span.badge.price__badge-sold-out.color-background-1 {
  color: black;
  background: blue;
  padding: .6rem 1rem;
}

AndSave.

The sale is background-2 and sold-out is background-1.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!