Re: How do I add a 'SOLD OUT' icon to product images in Debut theme?

Solved

How do I add a 'SOLD OUT' icon to product images in Debut theme?

shelleyd
Pathfinder
105 1 21

Hi,

 

How do I add a 'SOLD OUT' overlay to images in my 'Archive' collection so that it looks like this:

 

shelleyd_0-1642811067040.png

 

 

Also, how do I remove the 'SOLD' icon that is currently beside the product description in the Archive collection?

 

My store is https://onyx-and-elm.myshopify.com/admin 

Accepted Solutions (3)

Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

shelleyd
Pathfinder
105 1 21

This is an accepted solution.

@Zworthkey 

 

This worked perfectly. Thanks!

 

Do you know how I can now remove the 'SOLD OUT' box that appears below the product description in my 'Archive' collection?

View solution in original post

Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

@shelleyd 

span.price__badge.price__badge--sold-out {
    display: none !important;
}

1. Navigate to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

View solution in original post

Replies 5 (5)

Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

@shelleyd 
Check out this App it would help you to add.

https://apps.shopify.com/product-labels-badges-modemagic

Zworthkey
Shopify Partner
5581 641 1582

@shelleyd 
if helpful like our Solution.

shelleyd
Pathfinder
105 1 21

This is an accepted solution.

@Zworthkey 

 

This worked perfectly. Thanks!

 

Do you know how I can now remove the 'SOLD OUT' box that appears below the product description in my 'Archive' collection?

Zworthkey
Shopify Partner
5581 641 1582

This is an accepted solution.

@shelleyd 

span.price__badge.price__badge--sold-out {
    display: none !important;
}

1. Navigate to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.

shelleyd
Pathfinder
105 1 21

Perfect. Done!