Home Forums WoodMart support forum Enable Stock but hide it's display Reply To: Enable Stock but hide it's display

#82198

addy
Participant

Yes, it works, but I wish to display “out of stock” if the product is marked out of stock. It should not display “in stock” as said. So the correct code would be this?

.product-image-summary .in-stock{

display:none;
}

.variations_form .woocommerce-variation-availability .stock {

display:none;

}