Why won't my button color change correctly in Dawn theme?

Hey there! I cannot seem to see where I can change the Css for the buttons in Dawn,

As an example, the buttons have been changed to the deep red, yet they still now appear as pink,’

https://femme-haus.myshopify.com/

P/W: femme

1 Like

@LucyAurora

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.button {background: #bb302c !important;color: #fff;}

@LucyAurora

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.button.button--secondary {
  background-color: #bb302c !important;
  color: #fff !important;
}

Hope this works well for your site

Best Regards !