How can I delete a pop-up from my district theme?

Hi, my name is Paulina, and I have a pop-up in my shopify district themeand I cannot delete it. Can you help me please?

Thank you!

@dreamland11

Deactivate the App or remove the app or check the popup setting in shopify admin panel…

or use this css

.mfp-content {
    display: none;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

2 Likes

Hi @dreamland11

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

Hello @dreamland11

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your assets/theme.css theme file.

  3. Add the code at the end of the file:

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-slideup.mfp-ready,
.mfp-slideup.mfp-bg.mfp-ready{
  display: none !important;
}

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

1 Like