How can I modify the 'Sold Out' button text on Dawn 8.0?

We are currently using dawn 8.0.
Www.STACKEDHair.com

I am looking to change the wording on the sold out button in my featured collection. I do not want to say “sold out.”

Hi @VanessaPacheco ,

This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.badge.color-background-1 {
    font-size: 0;
}
.badge.color-background-1:after {
    content: "Change text";
    font-size: 1.2rem;
}

NOTE: You can change value: “Change text” to fit your website.

I hope it would help you
Best regards,

Richard | PageFly

1 Like

Thank you so much! This is the closest I have been able to get to what I am trying to achieve. Is it possible to have this only apply to a specific collection?

I have 2 collections: “In-Stock” and” Preview." The Featured Collection called “Preview,” I’d like to edit, but keep the in-stock collection as “sold-out"

Hi @VanessaPacheco ,

I’m sorry but this is out of my scope. You may try contacting Shopify support or finding another expert regarding this issue.