Checkout button black

My checkout button is black on every page I click on. On the first page there’s an additional button that’s black. I need help.

@THETUMIBAR ,

Share your store URL please…

which button you want to give the black color..

1 Like

Hi @THETUMIBAR ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

Www.THETUMIBAR.com

Hi @THETUMIBAR ,

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:
.multicolumn a.button,
.shopify-payment-button__button--unbranded {
    color: #fff !important;
}

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

@THETUMIBAR ,

.multicolumn a.button,
.shopify-payment-button__button--unbranded {
    color: #fff !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Hey I don’t have a computer at the moment so my phone doesn’t allow me to input that code.