Hide stock status on products
-
Hi! I would like to hide my stock status, both “In stock” and “Available on backorder” but we can keep the “Out of stock” status if that is possible.
Kind regards,
Dan
Hello,
Can you please tell us where you want to hide stock status, share some screenshots for better understanding so i will check and give you a possible solution.
Best Regards.
Hi! Everywhere on the website – in the product page and also main page.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
display: none;
}
Best Regards.