How Do I Remove Sold Out Tag in Dawn Theme?

I just installed an inventory widget app on my shopify website. So whenever it’s sold out. I have both Sold Out and Out of Stock badges showing at the same time. How do I remove the Sold out tag and badge? I’m using dawn theme.

My website is krollbymom.com

Password:kroll

Thank you.

1 Like

@kuehlapisbymom

Try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/section-main-product.css- ->paste below code at the bottom of the file.

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

Thanks!

Hi @dmwwebartisan . Thank you for the quick reply. But nothing changed actually.

@kuehlapisbymom

Please add provided css i will check again and send correct solution to you.

@kuehlapisbymom

Please share screenshot which soldout tag you want to remove

I’m not sure what you want me to do. Copy and paste the whole css script?

@kuehlapisbymom

Please share screenshot which soldout tag you want to remove?

@kuehlapisbymom

1] css for following screenshot

Try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/section-main-product.css- ->paste below code at the bottom of the file.

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

2] css for following screenshot

Try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/component-card.css- ->paste below code at the bottom of the file.

.card__badge {display: none !important;}

Thanks!

2 Likes

No, it’s still not working

@kuehlapisbymom

you add css properly otherwise add mi as a staff member.

Hi,

This works great, but it also removes the sale badge to. How can i keep the sale badge but just remove the sold out one?

Many thanks

1 Like

@bdsonline

you can create my staff account I will help you change it quickly. because this is code customization work.

Hope it helps!

Thanks!

This worked for me perfectly. Thank you!

Worked great for me thank you

Thank you. This worked for me.