Want to remove the Shop Pay Installments message from your Shopify product page? Follow this simple guide to hide it without affecting your payment options.
Why Remove the Shop Pay Installments Message?
Sometimes, the Shop Pay Installments text may not match your store’s design or branding. Fortunately, you can easily hide it with a quick code tweak.
Steps to Remove the Message
- Log in to Shopify and go to Online Store.
- Click the three dots next to “Customize” and select Edit Code (don’t worry, this is easy!).
- Open the theme.liquid file under:
- Layout > theme.liquid
- Or use the search bar to find it.
- At the very top, right after the opening
<html>
tag, paste the following code:
<!doctype html>
<html class="no-js" lang="{{ request.locale.iso_code }}">
<style>
shopify-payment-terms {
display: none !important;
}
</style>
- Save your changes and check your store. The Shop Pay Installments message should now be hidden!
🚀 Fix your Shopify issues quickly with Uptosolve.com!