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.
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.
Hi @KimGottwald
check this one.
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!