Hiding Newsletter Pop-up temporarily

Solved

Hiding Newsletter Pop-up temporarily

Marine
Visitor
3 0 0

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 !

Accepted Solution (1)

oscprofessional
Shopify Partner
16233 2427 3153

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 !!

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free

View solution in original post

Replies 2 (2)

oscprofessional
Shopify Partner
16233 2427 3153

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 !!

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free | OSCP Shipping Discounts App : Free
Marine
Visitor
3 0 0

Thank you so much for your help!
Have a nice day !
Marine