How can I remove an unwanted pop-up from my online 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 !important targeting the .vtl-mf-dialog class

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.

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

Does anyone know what this is and how I can remove it from my store?

Hey @Ret22

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed

1 Like

stellaria.store this it noticed on product pages

Hey @Ret22

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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