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

Solved

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

Atilla101
Visitor
2 0 1

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?

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3103

This is an accepted solution.

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;

}

PageFlyVictor_0-1670578083241.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

View solution in original post

Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1785 3103

This is an accepted solution.

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;

}

PageFlyVictor_0-1670578083241.png

 

Hope that my solution works for you.

Best regards,

Victor | PageFly

Atilla101
Visitor
2 0 1

Thank you!!

PageFly-Victor
Shopify Partner
7865 1785 3103

You are welcome @Atilla101 😊