Shopify themes, liquid, logos, and UX
Hi there ! I would like to hide my newsletter pop-up for some time. It was directly added with custom coding by a Shopify specialist. I do not know how to remove it. What can I code so that it is not shown ? Here is my website : https://payote.fr/
Thanks for your help !
Solved! Go to the solution
This is an accepted solution.
Hello @Marine,
For Temporarily hiding you news letter popup,
- Go to your Shopify Admin.
- Navigate to Online Store > Themes > click on Actions > Edit code.
- Add the following code into your Layout > theme.liquid file.
<script>
#shopify-section-popups {
display: none;
}
</script>
This will hide your newsletter popup, if you want to show again then remove this code,
I hope this meets your requirements.
Thank you !!
This is an accepted solution.
Hello @Marine,
For Temporarily hiding you news letter popup,
- Go to your Shopify Admin.
- Navigate to Online Store > Themes > click on Actions > Edit code.
- Add the following code into your Layout > theme.liquid file.
<script>
#shopify-section-popups {
display: none;
}
</script>
This will hide your newsletter popup, if you want to show again then remove this code,
I hope this meets your requirements.
Thank you !!
Thank you so much for your help!
Have a nice day !
Marine
Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025