A user encountered an issue where Shop Pay installment text reappeared on product pages after updating to Refresh theme version 15.3.0 (released March 3, 2025). Their previous removal method no longer worked.
Solutions provided:
Add CSS code to hide the shopify-payment-terms element using display: none !important;
Code can be placed either in theme.liquid (above </body> tag) or in CSS files (base.css, theme.css, style.css, main.css, or custom.css)
Resolution:
The user confirmed the solution worked successfully. The discussion is resolved with a straightforward CSS-based workaround to hide the installment text element.
Summarized with AI on October 31.
AI used: claude-sonnet-4-5-20250929.
After updating my website to version 15.3.0 of the Refresh theme (released on March 3, 2025), the Shop Pay installment text, which I previously removed based on this solution, reappeared.
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
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.