Hi All! my add to cart button is way to light in color. I would like for it to be a pale green but I cannot figure out how to change it. URL is www.collectivethreadco.com
@jennarose
Background color or may be only add to cart text color you want to change.
I would like to change the button background and the text , If I had the code I can add the HTML color codes I want ![]()
.product-form__cart-submit, .shopify-payment-button .shopify-payment-button__button--unbranded {
color: #1dec04;
border-color: #0bf514;
}
Add here your color code And put into the theme.scss
Thank you.