I would like to remove the Pay in 4 interest-free installments on my concept themed product page

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 :folded_hands:

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

@Keyz2

Please provide your shop URL so I can provide your CSS code.

Hi @Keyz2,

Please go to Customize > Theme settings > Custom CSS and add code:

shopify-payment-terms {
    display: none !important;
}

If I helped you, then a Like would be truly appreciated.

Hi @Keyz2,

Kindly provide your store URL please and if it is password protected, please share the password as well.

Thanks!