Hi! I recently added an app that is using a popup to provide an incentive to get newsletter subscribers. I need to remove the popup from Shopify that is also collecting newsletter signups. Basically, I have 2 popups right after each other asking the same question. Can anyone help? I tried to go to the theme customization and there is no “pop up” setting to configure. My URL is www.thecleanbubble.com
1 Like
Hello @thecleanbubble ,
I understand your request, The first thing to do is to go and uninstall the app you use to set up the newsletter, if you need the newsletter in your store, Come and ask me how you will do it to get the newsletter perfectly and if this is not done only by you, I am an expert who can help you out in doing this successfully,
Thanks.
Hi @thecleanbubble ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.css->paste below code at the bottom of the file:
[data-ff-el="root"].ff-61f8678660ada4164ea7017e .fd-modal__dialog{
display: none !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Best regards.
1 Like
That worked perfectly! Thank you so much!