Remove 'Sold' Circle on available products...Keeping the 'Sold' Badge on the sold

I have a sold badge in Dawn Theme. For some reason the empty badge stays on products that are available.

I want to keep it on the actual sold products but remove it from the available ones.

Thanks!

Hi @HCKinard ,

I guess that we will need to do some small custom code in this case. Could you please share with us your store URL? we will see how to assist

@HCKinard - can you please share your page link?

It is authenticluxuries.com

Thanks!

Hi @HCKinard

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

but after i check it is not Sold but Sale. If you want to show it, do the following:

-Go to Online Store->Theme->Edit code

-Asset-> base.css paste the below code at the bottom of the file.

.badge.badge–bottom-left.color-accent-2 {

color: black !important;

}

if you want to hide then you can use the following CSS

.badge.badge–bottom-left.color-accent-2 {

display:none !important

}

Hope my solution works perfectly for you!

Best Regards;

PageFly

Incredible - worked perfectly. Thank you!

you are welcome, I am glad when can help you :heart_eyes: