Hi,
How do I add a ‘SOLD OUT’ overlay to images in my ‘Archive’ collection so that it looks like this:
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
1 Like
@shelleyd
if helpful like our 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?
@shelleyd
span.price__badge.price__badge--sold-out {
display: none !important;
}
- Navigate to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
1 Like