Home › Forums › WoodMart support forum › SOLD OUT CIRCLE NEED TO BE MORE LARGER ! › Reply To: SOLD OUT CIRCLE NEED TO BE MORE LARGER !
December 12, 2018 at 4:47 pm
#95714
Elise Noromit
Member
Hello,
Add this code to the Theme Settings > Custom CSS
body .labels-rounded .out-of-stock {
max-width: 100px;
background:#333333;
color:#ffffff
}
You will get the result like this http://prntscr.com/lu3no4
Best Regards