How to remove a persistent pop up after deleting the Veda app?

I enabled a pop up through the app “Veda” to have a wishlist on my page. But I no longer want it. I deleted the app but the pop up is still visible, how do I get rid of it?

It’s on the left hand side, a compare and heart symbol:

https://womenu.co/collections/tops

Hi @Nadine10

App code is still on your website,
Have to check theme.liquid file or other files as well.

Have to remove the app code.

If needed any help from my end please let me know.

Thanks

Hey @Nadine10

I don’t see any popup on your website which you’re telling " a compare and heart symbol " but I do see a “Get 15% Off” popup on the left hand side so if you want to remove that then

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 @Nadine10

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

.react-responsive-modal-root {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly