Add sold out label to collection page (debut theme)

Show More

Hi, website is sneakersafe.co.uk

I removed the sold out label on collection pages a while ago, how do I add it back? Thanks

Hi,

I think you added the following code in the file assets/theme.css to hide the sold out badge. You can remove it to show the sold out badge again.

.price__badges.price__badges--listing {
  display: none !important;
}
1 Like