how to remove popup

I have a pop up “Join the Text Club” on our website: www.hiddenroseboutique.com

I want to remove the pop up but do not know the name of the app or how to remove it.

1 Like

Hi @HiddenRose

Do you mean this one.

Or only this one.

Made4uoRibe_1-1737663337908.png

If ony this small button. Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “theme. Liquid” file. Find the tag and paste the code below before the tag.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi HiddenRose

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file base.css and add this code at the end of the file
button.sc-dj87eo-2.fpUcCz.mini-popup {
    display: none !important;
}

Best,
Liz

Hi @HiddenRose ,

Upon checking on the website you provided, I see this error:

Daisy

I am looking to remove both the large and small pop-ups on the desktop view and the mobile view as well. I am unsure how it got there in the first place because we are using Privy for our email and text marketing.

Im not seeing the pop up already, seems like the code works.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!