What's your biggest current challenge? Have your say in Community Polls along the right column.

Hide dynamic checkout button on desktop only

Solved

Hide dynamic checkout button on desktop only

JhordanMSUITE
Shopify Partner
135 2 42

Hello, can someone help me hide the "Shop Pay" dynamic checkout button on desktop? I would like to keep this button active on other devices.

 

Screenshot 2024-01-08 at 9.59.01 PM.png

 

https://2d26b3.myshopify.com/products/sample-product

PW: reishi

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
10296 2044 2115

This is an accepted solution.

Go to your Online store > Themes > Edit code > open base.css file, add this code below at the very bottom, and save file 

@media (min-width: 990px) {
.shopify-payment-button { display: none !important; }
}

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
10296 2044 2115

This is an accepted solution.

Go to your Online store > Themes > Edit code > open base.css file, add this code below at the very bottom, and save file 

@media (min-width: 990px) {
.shopify-payment-button { display: none !important; }
}

- Helpful? Like and Accept solution! Or Support me: Buy Coffees
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

PageFly-Richard
Shopify Partner
4801 1085 1755

Hi @JhordanMSUITE 


This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.shopify-payment-button__button--branded{
	display: block;
}

@media (min-width: 1024px) {
.shopify-payment-button__button--branded{
	display: none;
}
}
</style>

Hope this can help you solve the issue

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.