Home › Forums › WoodMart support forum › Sold out badge shape and colour change › Reply To: Sold out badge shape and colour change
May 24, 2023 at 10:52 am
#469490
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.product-labels.labels-rounded .product-label {
border-radius: 15px;
background-color: red !important;
}
Change the code as per your need.
Best Regards.