Why is my 'buy now' button not appearing in my online store?

Hi I can’t get the “buy now” button to appear in my store, instead it just shows a white box… I don’t know what to do, plz help!!!

Hi @Lassesand123456

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.shopify-payment-button__button {

color: black !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Thanks that worked!!!

But now i got another problem.. Now when i’m in the cart, it does the same thing. I can’t see the “buy button”, there only appears a white box

1 Like

Hi @Lassesand123456

You can try with this code:

.cart__ctas button {
    color: black !important;
}

Thanks that worked

1 Like

Hey, can you help me again?

Now there appears a white box under my products. I think it’s for like “wiew more produts” or something like that. Plzzz help!! - thanks!!!

hey I can’t find the file