Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
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.
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.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025