Removing the Pay in 4 interest-free installments of $26.24 with Shop Pay Learn more

I am trying to remove the “Pay in 4 interest-free installments of $26.24 with Shop Pay Learn More” message on the product pages in my store. I am currently using the Impulse 7.3.4 theme and my website url is www.menacityclothing.com. For example, the picture attached shows the message that I am trying to remove.

PLEASE NOTE: I am NOT trying to remove the Shop Pay feature itself entirely. I am only trying to remove the text message that pops up under the “ADD TO CART” Button. I still want customers to be able to use Shop Pay at Checkout. I just want to remove the message above because it doesn’t fit with the aesthetic of the store.

1 Like

Hi @Nathanle8

Check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.shopify-payment-terms.product__policies {
    display: none !important;
}