Home Forums WoodMart support forum How to remove stock status Reply To: How to remove stock status

#539150

Hung Pham
Keymaster

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,