Home › Forums › WoodMart support forum › Remove the "out of stock" label" › Reply To: Remove the "out of stock" label"
November 26, 2020 at 12:47 pm
#245016
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.
.single-product-page .product-label.out-of-stock {
display: none;
}
Regards.
Xtemos Studios.