How to edit add to cart button color?

https://empiricalwater.com/collections/all

Dawn theme.

Need the add to cart button for every single product to appear as color #15436D with white text.

Thanks

Hi @empiricalarby ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css or styles.css

Step 3: Insert the below code at the bottom of the file → Save

button.product-form__submit.button.button--full-width.button--secondary {
    background-color: #15436D !important;
    color: #ffff !important;
}

Here is result:

Hope this can you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you

1 Like