Hide More payment options

Hi there,

I’m seeking help in hiding More payment options on the product page. I tried modifying the code according some online tutorials. It removes but the second line of code appears at the bottom of the page.

I used this code in theme.liquid:

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

Is there anyone who can help me with a code to solve.

Thanks for your help!

Hey @Hulo ,

That means you’ve pasted this twice. The first one you pasted is working, but the second one is not. Can you check the bottom of your theme.liquid file to see if you’ve pasted it twice?

1 Like

Thanks for the suggestion! Yes it was pasted twice :rofl: