There is a pop-up on my store that needs coding to remove. Can someone help me?
Topic summary
A store owner needs help removing an unwanted pop-up on a Shopify store and shared a screenshot plus the store URL for diagnosis. The request is for a code-based solution within the theme.
Community members asked for the store URL, which was provided (perfect-modesty.myshopify.com). No additional details about the pop-up source were given.
A suggested fix was provided via theme customization: edit Online Store > Theme > Edit code, open theme.liquid, and add a CSS snippet before the closing tag to hide the pop-up container (display: none !important). This targets the pop-up element via a selector in the provided snippet.
Outcome/status: A concrete CSS-based workaround was proposed, but there’s no confirmation yet that it resolved the issue. No alternative approaches (e.g., identifying the app/source of the pop-up or removing the script) were discussed. The thread appears open pending user confirmation.
Hello @joy161
Can you share store URL?
Hi @joy161
Would you mind to share your store URL? Thanks!
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
