Hello, I am wondering how to remove the Shop pay installments underneath my product price. Thank you in advance for your assistance.
URL: wavewash.us
Issue: User wants to remove the Shop Pay installments block displayed below the product price on their product page.
Solution Provided:
#form-product-template--1517511130_main {
display: none;
}
Status: Solution was marked as helpful by the original poster. The CSS targets the specific Shop Pay installments form element and hides it from display.
Hello, I am wondering how to remove the Shop pay installments underneath my product price. Thank you in advance for your assistance.
URL: wavewash.us
Hi @HenryA
Try this one.
form#product-form-installment-template--21590715171131__main {
display: none;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!