Hi, I have a little problem, I want to change the collor of the “add to cart”, how I can do this on theme Dawn? Currently it’s white with green text, going to theme configuration I can’t change it, because the background changes together, I need to change just the buttom. Also on Dawn you can put a video on product page but if you put it, it will be there on every product page, I mean the only 1 you upload there. Is there a way to put it for individual video for each product page without embed or inserting link on description? Anyway if I can change the button collor and text it will be a great help. So please, if you can help will be great for me.
Could you provide me store URL? I should be able to answer your question.
Yours faithfully!
.product-form__buttons .shopify-payment-button__button {
background: red;
color: #000;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
You can add the video in through admin panel.



