Skip to content
Public Ticket #29521

Remove "sold out" label

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi,

Please add this CSS code:

.outofstock .product-labels {
  display: none;
}

Regards,
PenciDesign.



PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

li.product.outofstock .product-labels {
  display: none;
}

Regards,
PenciDesign.



Want to join this conversation or access attachments? Sign in first.