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

Hi,

How do add a ‘SOLD’ icon to out of stock product images in the Debut profile? Also, how do I remove the ‘SOLD OUT’ icon which currently appears next to the product descriptions?

@shelleyd
Welcome to the Shopify community!
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

and you can add it by custom code.
let me know if you want anymore help.

thank you.

It’s https://onyx-and-elm.myshopify.com/admin password aulick

span.price__badge.price__badge--sold-out:after {
    visibility: visible !important;
    top: 0;
    content: "sold" !important;
 
}
span.price__badge.price__badge--sold-out {
    visibility: hidden !important;
    position: relative !important;
}

Add this code in the theme.css or theme.scss

At the bottom?

yes

if it can’t work then. please give me collaboration access. then i can easily help you to get this.
Thank you.

It didn’t work, unfortunately. It just change the text and appearance of the existing icon:

I want it to look like this:

I’m happy to give you collaborator access - do you need to send me a request?