Home › Forums › WoodMart support forum › How to remove stock status How to remove stock status This topic has 1 reply, 2 voices, and was last updated 9 months, 2 weeks ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 11, 2024 at 9:00 pm #538875 henriquepinheiroParticipant 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. February 12, 2024 at 5:31 pm #539150 Hung PhamKeymaster 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, Author Posts Tagged: stocks Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register