HELP! How to disable the pop-up of my store

Hello Everyone,

I have a pop-up on my home page, I want to remove it, it was created by a friend and I can’t get him anymore.

It doesn’t looks like created by any App.

Thank you in advance.

Keith

Apply display none on popup in css file for the popup

Hi @Keith127

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.recommendation-modal__container {
   display: none !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Hello Richard,

Thankyou for the answer, but I didn’t see .recommendation-modal__container
in the base.css

Thank you

You just need to add the code I provided above to the base.css file.

Thank you Richard, all good now