Hello! How do I go about changing the “Add to Chart” button color? TIA
@cvette - this needs css, can you share the page link where you have this button?
@cvette - add this css to the very end of your theme.scss file and check, for now it will add white background, change shade as per the need
.product-form__cart-submit{background-color: #fff;}
Thank you so very much!
@cvette - welcome, do let me know if you need anything else later, you have my email below.
One more question… is there a way to bold the “add to chart” wording?
@cvette - need to add font-weight:bold; so all becomes
.product-form__cart-submit{background-color: #fff; font-weight:bold;}
Thank you!
Is there something I can add to this code so I can change the font color as well? TIA
