Home Forums WoodMart support forum Loading speed Reply To: Loading speed

#95035

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