Hide In Stock label in archive page
-
How to hide “In Stock” label in archived page.
I have unchecked the inventory tracking product but the in stock label still appears.
Then, I have tried to use this in global CSS but the label still appears
.single-product p.stock.in-stock {
displays: none;
}
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.
Hello,
You are Most Welcome.
We are glad that you managed to solve the problem yourself. You are Great!!!
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Hide In Stock label in archive page’ is closed to new replies.