How can I remove the Shop Pay installment text under the product price? I’m using the Refresh theme.
“Pay over time for orders over $35.00 with Shop Pay. Learn more.”
URL: sheetandprompt.myshopify.com
Thanks!
How can I remove the Shop Pay installment text under the product price? I’m using the Refresh theme.
“Pay over time for orders over $35.00 with Shop Pay. Learn more.”
URL: sheetandprompt.myshopify.com
Thanks!
Please follow these Steps:
If any problem Let me know!
Thanks!
Hi @vm-web – Thanks for the quick response! It didn’t work. Did I do something incorrectly?
No you have placed code correctly i will check your site again and send the solution again please wait!
Thanks!
Please follow these Steps:
#shopify-installments {
display: none !important;
}
Hi Iveray
form#product-form-installment-template--17941474672829__main {
display: none !important;
}
Result:
Best,
Liz
@vm-web It still didn’t work. Any other ideas?
add this code base.css file
form#product-form-installment-template--17941474672829__main {
display: none !important;
}
@LizHoang This worked. Thank you!