Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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.