How can I remove express checkout buttons on my cart page?

Hello

I have been trying to remove the express checkout buttons and just have checkout.

https://lashtherapy.com.au/cart

The checkout button is blank and I have been struggling to get the correct code to simply have checkout to work on desktop and mobile.

Hoping someone could assist?

Hi @Atilla101

This is Victor 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 top of the file → Save

button#checkout {

background: #333 !important;

}

.shopify-cleanslate {

display: none;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly

1 Like

Thank you!!

1 Like

You are welcome @Atilla101 :blush: