Getting rid of "Pay in Installments" for the Studio Theme

Hey all,

I’ve tried a few code injections…but nothing has worked with this so far. I need to remove the “Pay in Installments” line underneath my title. It’s for the Studio theme.

My website: www.goodgirljohn.com

Thank you so much for any help you can give!

Hey @girlymcnerdy

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
form[class="installment caption-large"] {
    display: none !important;
}
</style>

RESULT:

If you require any other help, feel free to reach out to me. If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

1 Like

This is done by your settings. If you don’t want to offer the ShopPay Installments, go to Settings-Payments-Shopify Payments-Manage-Manage Payment Methods and uncheck the Installments option. Pasting code will work. However, if you ever want to show it again, it could be a pain to remember where you put the code.

You nailed it!!! Thank you so much!!!

1 Like

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.