How to remove stock status
-
Hi!
I would like to remove the stock status from each product page. I still want to manage individuals stocks but don’t want the customers to know how many units are available.
Thanks!
Attachments:
You must be
logged in to view attached files.
Hi henriquepinheiro,
Thanks for reaching to us and appreciate your patience.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
body p.stock.wd-style-default:is(.available-on-backorder,.in-stock) {
display:none;
}
Regards,