Hi I’m looking to remove the "Pay in 4 interest-free installments for orders over $50.00" From the product page on my website. I want to keep shop pay as a feature and that as an option for customers it is just an eye sore on the product page.
Topic summary
The original poster wants to remove the “Pay in 4 interest-free installments” text from their product page while keeping Shop Pay functionality active. They find the text visually unappealing.
Proposed Solutions:
- One helper suggested adding CSS code to hide the installment text:
.product__info-wrapper .installment {display: none; visibility: hidden;} - Another provided alternative CSS:
product-info shopify-payment-terms{display:none !important}
Issues Encountered:
- The original poster struggled with where to paste the code
- When the second CSS solution was applied, it inadvertently hid the product price as well
- Password access issues prevented further troubleshooting
Thread Divergence:
A different user (Sukdeepneonflux) joined seeking to remove only the “View Sample Plans” text while keeping other payment information visible, indicating standard CSS styling isn’t working for their case. They shared a different product page link.
Status: Unresolved for both users; the original issue needs CSS refinement to hide payment text without affecting price display.
@cupidlovestupid - can you please share the product page link?
https://semtexlosangeles.com/products/drull-tee-white
PASSWORD IS: SHOPIFYHELP2023!
@cupidlovestupid - add this css to the very end of your base.css file and check
.product__info-wrapper .installment {display: none; visibility: hidden;}
hi this isn’t working / i don’t know where to paste it
Hi @cupidlovestupid ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at the bottom of the file → Save
product-info shopify-payment-terms{display:none !important}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Hi,
The product price isn’t showing anymore now. How can I show the price and remove the note?
Sorry, but the password is wrong so I can’t continue to check
No i want something else this is incorrect
i just want to remove “View Sample Plans” only this text should be remove rest remain same. I am unable to do that as styling won’t work on this.
@Sukdeepneonflux - Can you please share this page link?