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.
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.
Hi @THETUMIBAR ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- 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.
.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.

