How do I change the color of the "Buy Now" button in Dawn theme?

Hi @Rosierose ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    color: white !important;
    background-color: black !important;
}

NOTE: White and Black → You can change to match your theme

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like