Hey everyone,
I’m using a Shopify theme and I’ve noticed that on my product pages, it shows a message like:
“Pay in 2 interest-free installments of $XX.XX with Shop Pay”
I don’t want to remove or disable Shop Pay as a payment option — I just want to remove or hide that specific text block from the product page. I’ve already checked my theme files and couldn’t find any hardcoded references to Shop Pay or shopify-installments, so I’m assuming it’s injected via Shopify directly.
Has anyone found a clean way to hide this without breaking functionality?
I’m open to CSS solutions or any recommended app settings. Appreciate any help
The message “Pay in 2 interest-free installments…” is not in your theme files because Shopify adds it automatically through a script. Since you don’t want to remove Shop Pay completely, the best solution is to simply hide that message using CSS. This won’t affect how Shop Pay works at checkout — it only hides the message from the product page. You can do this by pasting a small CSS code into your theme’s stylesheet. It’s safe, easy, and doesn’t break any functionality.
If you don’t mind, we can talk privately and get it solved