How can I remove the 'More Payments Option' from a Dawn theme product page?

Solved

How can I remove the 'More Payments Option' from a Dawn theme product page?

Moe80
Visitor
2 0 0

Dear Technical Team,

 

How to remove the "More Payments Option" in the product page ?

 

Note: I am using the Dawn Theme

 

Thank you

Accepted Solution (1)

shraddha_patel
Shopify Partner
155 24 23

This is an accepted solution.

Hello,

Welcome to the Shopify community!

 

Please try this -

1. Go to Online Store -> Theme -> Edit code
2. Asset->/base.css->paste below code at the bottom of the file. [Check for any other css file if you can't find this one 'base.css' may be 'theme.css' or 'common.css']

 

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


Hope this will work for you.

Thank you

Need more help with theme customization and store development ? You can Reach me here
Or Text me

View solution in original post

Replies 4 (4)

shraddha_patel
Shopify Partner
155 24 23

This is an accepted solution.

Hello,

Welcome to the Shopify community!

 

Please try this -

1. Go to Online Store -> Theme -> Edit code
2. Asset->/base.css->paste below code at the bottom of the file. [Check for any other css file if you can't find this one 'base.css' may be 'theme.css' or 'common.css']

 

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


Hope this will work for you.

Thank you

Need more help with theme customization and store development ? You can Reach me here
Or Text me
Moe80
Visitor
2 0 0

Thank you...it worked on base.css

Bruce_Nolan1
Shopify Partner
14 0 4

Hello, I tried this but didnt work, I am using the newest Dawn 12.0 theme. Is there a different code or place to put this code? I did find the bass.css and pasted the code you provided at the bottom but the "more payment options" is still showing on all of my product pages.

shraddha_patel
Shopify Partner
155 24 23

Hello @Bruce_Nolan1,

 

May I please have store url? There might be different class names used. I need to check theme and will send you solution.

Need more help with theme customization and store development ? You can Reach me here
Or Text me