Change button color back to scheme colors

I’m having a bit of an issue. I hired a designer for the initially design of my website. Now I wanted to change the colors a bit and somehow the buttons are not compatible with the Scheme editor. Can someone please help me figure out how to get these buttons back to the normal colors? All of the buttons are the same.

1 Like

Hi @staci836

Check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.button, .shopify-challenge__button, .customer button, button.shopify-payment-button__button--unbranded {
    background: black;
}