Home › Forums › WoodMart support forum › Enable Stock but hide it's display › Reply To: Enable Stock but hide it's display
October 11, 2018 at 12:52 pm
#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;
}