Hello, we need help in removing the pop-up in the page. Once you close out of the initial popup - another popup, with a different format comes up later. We would like to remove the second one that comes up. Here is our site: https://www.fluidhealthandfitness.com/
Is there anyone knows how to do it? I would appreciate your help. Please let me know.
Thank you!
Hi @JSagaBulala ,
I think if you don’t want to show any of the popups/modals. You should find and remove that snippet/code.
In this case, you can hide the second modal by CSS:
.leadinModal.leadinModal-theme-default {
display: none;
}
Hope this helps!
Hi @JSagaBulala ,
Please follow these steps:
- From your Shopify admin, go to Online Store > Themes → Select your theme.
- Click Actions > Edit code.
- Find the file name “theme.scss.liquid” so you can add your style on this file.
Please take a look at the screenshot here: https://prnt.sc/10k5phm
Hope this helps!
hi there, i have a pop up bar which i never added. its for free shipping. it pops up at the top of my screen saying ‘free shipping on orders over £3535’ i have an announcement bar below that for free shipping on orders over 50. So i don’t know how to remove this.
Any idea?
I can show you my store for a better understanding.