"buy button" and the checkout button are blank

Hello, I’ve set up PayPal as my payment option, but I’ve noticed that both the “buy button” and the checkout button are blank. Can you help me understand what might be causing this issue?

Hi @hala99

Try this one.

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
button.shopify-payment-button__button.shopify-payment-button__button--unbranded.BUz42FHpSPncCPJ4Pr_f.jjzYeefyWpPZLH9pIgyw.RWJ0IfBjxIhflh4AIrUw {
    color: white;
}
button#checkout {
    color: white;
}

Perfect!

it worked!

thank you so much

I was having the same issue and I attempted to solve with this solution but it did not solve the issue. Is there any other solution to correct this?

Hi @sealahrain

PLease, share your store URL. Thanks!