I would like to reduce the size of the sold out badge like done in the picture is this possible?. Is this possible?
Thank you!
URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/collections/rappid-test
Im using the Trade theme.
A user wants to reduce the size of the “sold out” badge on their collection page, which uses the Trade theme.
Solution provided:
.badge {
padding: 5px 5px;
}
The solution includes a visual result showing the reduced badge size. The issue appears resolved with this CSS modification.
I would like to reduce the size of the sold out badge like done in the picture is this possible?. Is this possible?
Thank you!
URL: https://suq5b8csct01fyzg-61270851797.shopifypreview.com/collections/rappid-test
Im using the Trade theme.
Hi @KimGottwald
Check this one.
.badge {
padding: 5px 5px;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!