changing colour of add to cart button on dawn theme

Solved

changing colour of add to cart button on dawn theme

paule3
Excursionist
29 1 5

I have just added dawn theme to my store. I wanted to ask does any one know how to change the add to cart button background colour from white to yellow.  thankyou in advance.

Accepted Solution (1)

MarinaPetrovic
Shopify Partner
559 124 187

This is an accepted solution.

Hi @paule3 , go to edit code > assets > section-main-product.css and add this:

.product-form__submit {
    background-color: yellow; 
    margin-bottom: 1rem;
    --border-offset: none;
}

 

I've used default yellow, but you can change that with colour you'd like to use. 

M.Petrovic | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

View solution in original post

Reply 1 (1)

MarinaPetrovic
Shopify Partner
559 124 187

This is an accepted solution.

Hi @paule3 , go to edit code > assets > section-main-product.css and add this:

.product-form__submit {
    background-color: yellow; 
    margin-bottom: 1rem;
    --border-offset: none;
}

 

I've used default yellow, but you can change that with colour you'd like to use. 

M.Petrovic | Shopify Developer
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution