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 10, 2018 at 4:36 AM
#6511
Participant
Hi @astrralji,
Could you please add the below CSS Code and try it once.
.woocommerce ul.products li.outofstock .button,
.woocommerce ul.products li.product-type-grouped .button {
display: none;
}
Thanks!