I’m using the theme “Elixir” and I’m trying to remove the More Payment Options link, which appears below the add to cart/payment buttons.
I know this is commonly requested, but I’ve read most of the other blog posts and attempted to follow the instructions, but it does not work, which is why I’m creating this new one.
That doesn’t mean anything, provide a PUBLICLY access URL to the example sample of the design.
Not everyone has your exact setup, or some how magically know what your doing or can access it.
Keep other people in mind when communicating and provide the info you have right in front of you UPFRONT.
Can you send the link to the page you’re trying to remove it on? Inspecting the element in the browser may show that it has a different name than the ones you’ve listed below.
I tried this code and it seemed to hide that link. I would add it as a custom liquid section in the template or in the custom css on the product card in the theme editor as Paul mentioned that modifying back end theme code can be tricky.
The display:none; may need the !important CSS declaration , test and use as last resort.
Merchants really need to think it through before disabling/hiding things where customers choose how to GIVE YOU MONEY.
Put another way your making it harder for people to buy things across the board by limiting payment options.
Great way to tank conversions if you don’t have hard business reasons to do and this for personal aesthetics.
THOROUGHLY document that you’ve done this so you can easily undo it later.