Home › Forums › WoodMart support forum › Remove In stock checbox symbol › Reply To: Remove In stock checbox symbol
July 30, 2019 at 4:59 pm
#135187
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single .product-image-summary .in-stock{
display:none;
}
Best Regards