How Do I Remove the "pay in 4 interest-free installments" on the Sense Theme?

It doesn’t look good on my product page and I tried using this:

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

in the base.css and it didn’t work.

Hey @UniEmpo
Kindly share your Store URL and Password if enabled

Hello @UniEmpo

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

@UniEmpo

Please add the following CSS code to your assets/base.css bottom of the file.

.shopify-installments__content {
    display: none !important;
}

url is uniempo.com

tried that, it doesnt work

Just figured this out, I was having the same issue. Go to your shopify admin → settings → payments → where you see “shopify payments” with all the card options click “manage” → scroll down to “shop pay” and you just need to deselect “shop pay installments”. I use the dawn theme but since this action is from the shopify admin it should work with your theme regardless. Let me know if it works,