Home › Forums › WoodMart support forum › Change out of stock label › Reply To: Change out of stock label
May 1, 2021 at 7:47 pm
#288636
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .labels-rounded .out-of-stock {
font-size:10px;
color:red;
background-color:yellow;
}
Please set the styles as per your needs.
Best Regards