Premium WordPress Themes › Forums › Envy Blog › Random button showing up when a product is marked as 'out of stock' › Reply To: Random button showing up when a product is marked as 'out of stock'
December 9, 2018 at 4:48 AM
#6485
Participant
hi @astrralji,
Could you add the below CSS Code too
.single .related products .outofstock .button,
.single .related products .product-type-grouped .button {
display: none;
}
Let us know either this helps you or not?
Thanks!