Add the following to Custom CSS
#shopify-section-template–20754507891017__image_banner_iLTnJB .btn–primary {
border-color: #ff5a02;
background: #ff5a02;
color: #fff;
}
A user needs to change the text color of a “See products” button from black to white on their Shopify store’s homepage.
Solution provided:
Status: Resolved - the original poster confirmed the solution worked by thanking the responder.
Add the following to Custom CSS
#shopify-section-template–20754507891017__image_banner_iLTnJB .btn–primary {
border-color: #ff5a02;
background: #ff5a02;
color: #fff;
}