Home › Forums › WoodMart support forum › "Out of stock" change to bigger size › Reply To: "Out of stock" change to bigger size
May 28, 2020 at 10:19 am
#198588
Elise Noromit
Member
Hello,
Replace the code with this one:
body .product-image-summary .product-images .labels-rounded .product-label {
min-width: 70px;
min-height: 55px;
}
body .product-label.out-of-stock {
font-size: 10px;
}
Best Regards