Does anyone know what this is and how I can remove it from my store?
Topic summary
A user encountered an unwanted pop-up appearing on their product pages at stellaria.store and sought removal instructions.
Solutions Provided:
Two community members offered CSS-based fixes:
- Option 1: Add custom code to the theme.liquid file, placing it just above the
</body>tag in the theme’s code editor - Option 2: Insert CSS code in the Base.css file (Assets folder) to hide the pop-up using
display: none !importanttargeting the.vtl-mf-dialogclass
Both solutions involve accessing the theme code editor through Online Store → Edit Code. The pop-up appears to be related to a specific dialog element that can be hidden via CSS styling. Users recommended marking helpful responses as solutions once the issue is resolved.
Hey @Ret22
Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!
Best Regards,
Moeed
stellaria.store this it noticed on product pages
Hey @Ret22
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @Ret22
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.vtl-mf-dialog {
display: none !important;
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly

