Home › Forums › WoodMart support forum › Remove the "out of stock" label" › Reply To: Remove the "out of stock" label"
November 27, 2020 at 11:24 am
#245305
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-label.out-of-stock {
display: none;
}
Best Regards.