Change design of sold out badge on product page?

I would like to change the design of the sold out bade on the product page.

Thank you!

URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/collections/rappid-test

Im using the Trade theme.

1 Like

Hi @KimGottwald

check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
span.badge.price__badge-sold-out.color-scheme-3 {
     border-radius: 2px !important;
    background: lightgray;
    color: darkslategray;
}

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