Dawn theme Buy now buttons color customization

I’m using dawn theme in that I need to customize the buy now buttons background color to #CC2C0D and button text color to #EFDFCA

website: https://2512in.myshopify.com/

password: 2512

Thanks in advance

1 Like

Hello @Sivadarshan

Go to Online Store, then Theme, and select Edit Code.
Search for assets/base.css Add the provided code at the end of the file.

.shopify-payment-button__button.shopify-payment-button__button--unbranded {
background: #CC2C0D!important;
color: #EFDFCA!important;
}

1 Like

@devcoders It’s not changing from my end can you please help to resolve the issue

2 Likes

Hello @Sivadarshan

Please share with me store access.