Home › Forums › WoodMart support forum › Loading speed › Reply To: Loading speed
December 10, 2018 at 7:17 am
#95035
Elise Noromit
Member
Hello,
Woocommerce allows to hide “out of stock” products, but if you want just hide the label, add this code to the Theme Settings > Custom CSS
.product-label.out-of-stock {
display:none;
}
Best Regards