Hello, I’m looking for help removing the code for the zip finance option that i don’t provide anymore. here is a link to the product page where it still displays after deleting the app. Dark Grey Power Reclining 8Pc Sectional – Couch Kingz
Topic summary
A user seeks to remove Zip Finance payment code that still appears on their product pages despite deleting the app. Two support teams have provided solutions:
PageFly’s approach:
- Navigate to Online Store → Theme → Edit code
- Locate the base.css file
- Add CSS code at the bottom to hide the Zip display element
- Save changes
GemPages’ approach:
- Access Online Store → Theme → Edit code
- Open theme.liquid file
- Insert provided code snippet before the closing
</body>tag
Both solutions involve custom code modifications to the theme files. The discussion remains open as the original poster has not confirmed whether either solution resolved the issue. Screenshots were included by both responders to guide the implementation process.
Hi @aidenkeck
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
div.giraffly-right-Bar-Preview-Example {
display: none;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hello @aidenkeck ,
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team


