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.
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
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.
1 Like
Hello @NeilGCooper
please share me preview link !
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;
}
Thank you, that works perfectly.