Solved

Add sold out label to collection page (debut theme)

Timito
Pathfinder
93 1 37
Click to expand...
 

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

Timito_1-1625308512164.png

 

Accepted Solution (1)

LamQSolutions
Shopify Partner
131 30 44

This is an accepted solution.

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;
}
Found my answer helpful? Please LIKE or Accept Solutions.
You may be interested in our apps
Scrolly Telling - Create scroll-based animations visually.
Ultimate Sections - Slideshow, Gallery, Collection, FAQs, Brand, Info box, Testimonial and more

View solution in original post

Reply 1 (1)

LamQSolutions
Shopify Partner
131 30 44

This is an accepted solution.

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;
}
Found my answer helpful? Please LIKE or Accept Solutions.
You may be interested in our apps
Scrolly Telling - Create scroll-based animations visually.
Ultimate Sections - Slideshow, Gallery, Collection, FAQs, Brand, Info box, Testimonial and more