Home › Forums › WoodMart support forum › Remove text “available on backorder” from shop page › Reply To: Remove text “available on backorder” from shop page
August 4, 2023 at 2:21 pm
#486519
mc
Participant
Hello,
The code didn’t work, but it helped me figure out how to write the code.
This moderation on the code did the job:
.wd-product-stock.stock.wd-style-default.available-on-backorder {
display: none !important;
}
Thank you 🙂