Why are the buttons on my product page showing up as black with no text?

Here is a product page on my website: https://jonathandunsky.com/en-il/products/ten-years-gone

When I add a product to cart, a small window opens showing what I added. But the button that should take me to cart is entirely black. No text is showing.

If I go to cart, I see another black rectangle as one of the buttons that should take me to checkout.

And if I delete all products in cart, there’s another totally black button there. It’s supposed to advise the customer to continue shopping. No text shows.

How do I fix this?

Hey @JonathanDun

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you.

It fixed the button in the Added to Cart popup, but in the cart itself, there’s another black rectangle. And if I clear the cart, there’s another one. How do I fix those?

Hey @JonathanDun

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

When I add this code, it turns the “View Cart” button in the pop up completely white. It leaves the “Checkout” button in the popup black. And in the cart itself, it removes the trashcan icon to remove products.

Hey @JonathanDun
Remove the previous code and add this new code

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Thank you. But now there’s another problem. When I click the “Accept terms and conditions” checkbox in the Add to Cart popup, the text on the Check Out button disappears.

In addition, the button when the cart is empty is still completely black.

Do you know how to fix that?