Solved

Minimal Theme - Change Sold Out Color

NeilGCooper
Tourist
5 0 1

 

How do I change the color of the "SOLD OUT" text in the Minimal theme?

 

I've tried changing the customisable colors in the Theme Settings but none of them seem to change this Text. Ideally I'd like to change the color of this text to Red and would appreciate any advice on where to find the appropriate code and how to change the color.

 

 

Capture.JPG

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @NeilGCooper 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#AddToCart.btn.btn--wide.btn--secondary{
background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

 

View solution in original post

Replies 6 (6)

ZestardTech
Shopify Expert
5395 971 1293

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
NeilGCooper
Tourist
5 0 1

Hi, thanks for getting in touch. The Minimal theme is a standard so I would hope that where to find the code and what to change is pretty straightforward for any Expert familiar with the theme; without requiring a collaborator account and certainly not the website password.

ZestardTech
Shopify Expert
5395 971 1293

Hello @NeilGCooper 

please share me preview link !

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

hello @NeilGCooper 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

#AddToCart.btn.btn--wide.btn--secondary{
background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

 

NeilGCooper
Tourist
5 0 1

Thank you, that works perfectly.