Solved

how to remove "more payment options" under dynamic checkout

VegasRome
Excursionist
34 0 9

Hello I would like to know how to remove this link from under dynamic checkout.  here is a picmorepayment.png

Accepted Solutions (2)

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

Hey @VegasRome 

Please try this

add code assets/theme.scss.liquid bottom of the file

.shopify-payment-button .shopify-payment-button__more-options {
display: none;
}


Hope this will work for you.


Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

KetanKumar
Shopify Partner
36844 3636 11978

This is an accepted solution.

@VegasRome 

Thanks for your question.

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.shopify-payment-button .shopify-payment-button__more-options {
display: none;
}

 

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 23 (23)