Home Forums WoodMart support forum Remove text in stock Reply To: Remove text in stock

#447674

Hi,

Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

.wd-product-stock.stock.in-stock.wd-style-default {
  display: none !important;
}

Best Regards.