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

Solved

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

Nathanle8
Tourist
7 0 1

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.Hoodie.png

 

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.

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10203 2423 3069

This is an accepted solution.

Hi @Nathanle8 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

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

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719689359983.png

    Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
10203 2423 3069

This is an accepted solution.

Hi @Nathanle8 

Check this one. 

  1. From you Admin page, go to Online Store > Themes
  1. Select the theme you want to edit
  2. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  3. Then place the code below at the very bottom of the file.

 

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

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1719689359983.png

    Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.