How to change "Sold Out" button color

Solved
FarmhouseCustom
Tourist
6 0 3

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

Accepted Solution (1)
PageFly-Henry
Globetrotter
503 129 102

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)
PageFly-Henry
Globetrotter
503 129 102

This is an accepted solution.

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

FarmhouseCustom
Tourist
6 0 3

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