How to remove “In-stock” from shop page/product grid?
-
Hi! Could you please advise me on how to how to remove the “In-stock” message from product grid?
It shows despite Woocommerce inventory management being completely turned off.
Please see attachment and advise.
Best Regards,
Gabor
Attachments:
You must be
logged in to view attached files.
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.
Hi Aziz,
Thanks, but I tried this previously after seeing it in a previous thread and it doesn’t work unfortunaltely.
Gabor
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
display: none !important;
}
Best Regards.
Most Welcome!!!.
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 ‘How to remove “In-stock” from shop page/product grid?’ is closed to new replies.