Home › Forums › WoodMart support forum › How to remove stock status › Reply To: How to remove stock status
February 12, 2024 at 5:31 pm
#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,