Removing "Pay in 4 interest-free installments..." text on product page.

I’d like to remove this section on my product page but not sure how.

1 Like

Hi @Eman_Akb ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hi @Eman_Akb ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

.installment.caption-large {
    display: none !important;
}

Thanks for the reply, this did not fix it.

Thanks for the reply, this did not fix it either.

Hi @Eman_Akb ,

I checked and your current base.css file is corrupted, so the code is not working.

You can add the code at: Customize > Theme settings > Custom CSS.

1 Like

Hi @Eman_Akb ,

If you have any questions, you can contact me directly.
Happy to help you :blush: