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
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
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;
}
@devcoders It’s not changing from my end can you please help to resolve the issue
Hello @Sivadarshan
Please share with me store access.