How do I remove the "Pay in 4 installments..." line of text on my product page for the Debut theme?

Solved

How do I remove the "Pay in 4 installments..." line of text on my product page for the Debut theme?

Bh011mn
Tourist
6 0 2

I'm trying to remove the "Pay in 4 interest-free installments for orders over $50.00 with Shop Pay" and the "Learn More" link that follows it, but I haven't had any luck with any of the codes on other questions.

Accepted Solution (1)
Moeed
Shopify Partner
5544 1502 1792

This is an accepted solution.

Hey @Bh011mn 

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>
shopify-payment-terms {
    display: none !important;
}
</style>

Moeed_0-1691903043948.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 8 (8)

Moeed
Shopify Partner
5544 1502 1792

Hey @Bh011mn 

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Bh011mn
Tourist
6 0 2

Hi!

 

The store URL is https://crestfallensupply.co/

Moeed
Shopify Partner
5544 1502 1792

This is an accepted solution.

Hey @Bh011mn 

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>
shopify-payment-terms {
    display: none !important;
}
</style>

Moeed_0-1691903043948.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Bh011mn
Tourist
6 0 2

Thank you so much!

 

Would be too much of a hassle to ask what the best way to change the "remaining copies" line of text to red and make it bold?

Moeed
Shopify Partner
5544 1502 1792

Hey @Bh011mn 

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.

To make the "remaining copies" line of text to red and make it bold, 

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>
.inventoryWrapper p {
    color: red;
    font-weight: bold;
}
</style>

Moeed_0-1691903573297.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

 

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Bh011mn
Tourist
6 0 2

That's perfect!

 

Thank you so much for all of your help!

 

Moeed
Shopify Partner
5544 1502 1792

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.

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


HasanBM
Visitor
1 0 0

Dear Friend,

 

Thank you for your help, I was suffering behind my problem, but when I follow your advise it was done perfectly.

Thanks