Dawn theme Buy now buttons color customization

Topic summary

A user needs to customize the “Buy Now” button colors in the Dawn theme: background to #CC2C0D (red) and text to #EFDFCA (beige).

Proposed Solution:

  • Add CSS code to assets/base.css targeting .shopify-payment-button__button--unbranded
  • Use !important flags to override default styling

Current Status:

  • The suggested CSS fix did not work when the original poster tested it
  • A screenshot shows the code was added but changes aren’t appearing
  • The helper has requested store access to troubleshoot further

Resolution: Ongoing - awaiting direct store access to diagnose why the CSS modification isn’t taking effect.

Summarized with AI on October 30. AI used: claude-sonnet-4-5-20250929.

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.