Remove text “available on backorder” from shop page
-

mcParticipant
Hello,
I would like to remove the text: available on backorder from the shop page.
Is there anywhere to hide the text?
Attachments:
You must be
logged in to view attached files.
Hello,
I have visited your site and checked the shop page. I have not seen “available on backorder” text.
Please send us the page url where the issue you are facing.
Best Regards.

mcParticipant
Hello,
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

mcParticipant
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 🙂
Sounds Great! that your issue has been solved.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards.
The topic ‘Remove text “available on backorder” from shop page’ is closed to new replies.