Dear Technical Team,
How to remove the “More Payments Option” in the product page ?
Note: I am using the Dawn Theme
Thank you
Removing the “More payment options” link on Shopify Dawn product pages.
Latest update:
Status:
Dear Technical Team,
How to remove the “More Payments Option” in the product page ?
Note: I am using the Dawn Theme
Thank you
Hello,
Welcome to the Shopify community!
Please try this -
.shopify-payment-button .shopify-payment-button__more-options {
display: none;
}
Hope this will work for you.
Thank you
Thank you…it worked on base.css
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.
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.