Hi @Rosierose ,
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:
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.