How do I remove the "More payment options" content under the purchase button on the product page in

Solved

How do I remove the "More payment options" content under the purchase button on the product page in

CRART
Excursionist
38 0 9

How do I remove the "More payment options" content under the purchase button on the product page in Shopify's Sense theme?

PixPin_2025-01-12_15-42-00.png

Accepted Solution (1)
suyash1
Shopify Partner
11005 1362 1739

This is an accepted solution.

@CRART please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

more-payment-options-link {
    display: none;
    visibility: hidden;
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 9 (9)

suyash1
Shopify Partner
11005 1362 1739

@CRART Can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
CRART
Excursionist
38 0 9
suyash1
Shopify Partner
11005 1362 1739

This is an accepted solution.

@CRART please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

more-payment-options-link {
    display: none;
    visibility: hidden;
}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
CRART
Excursionist
38 0 9

thanks 

Dan-From-Ryviu
Shopify Partner
11754 2306 2488

Hi @CRART 

Please try to add this code to theme.liquid file before </body> and check again 

<style>
#more-payment-options-link { display: none !important; }
</style>

- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

CRART
Excursionist
38 0 9

thanks

Dan-From-Ryviu
Shopify Partner
11754 2306 2488

You are very welcome!

- Helpful? Like & Accept solution! - Support me: Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

CoastChimes
Visitor
2 0 0

This worked for me. Thanks!

theycallmemakka
Shopify Partner
1811 438 473

Hi @CRART ,

 

I have written custom CSS for this solution. Please follow below steps and let me know your feedback.

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code just above tag </body>

 

 

 

<style>
a#more-payment-options-link {
    display: none!important;
}
</style>

 

 

theycallmemakka_0-1737083569903.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com