How can I alter the color of the 'Sold Out' button on my website?

Once my product has sold out, the button on the image is a dark blue with black text. I am wanting to change it to a white button, with black text. All my theme’s are set to my black and white color scheme for my website, so I’m unsure where the dark blue with black text even comes from. How can I change this? My website is www.farmhousecustomco.com

Hi @FarmhouseCustom

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.badge {

background: white !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Henry! You’re a lifesaver! Thank you so much