New Shopify Certification now available: Liquid Storefronts for Theme Developers

Mailchimp Pop-Up Form still showing up after disabling.

Solved
aelongacre
Not applicable
3 0 0

I have disabled our mailchimp pop-up form but it is still active on our website. Mailchimp said that the code is probably floating around in the backend of Shopify and needs to be deleted. Does anyone have any suggestions? Our site is www.sundaysupplyco.com and this is the pop-up I am trying to delete. 

Screenshot 2023-10-11 at 2.05.09 PM.png

Accepted Solution (1)
Moeed
Shopify Partner
3051 761 925

This is an accepted solution.

Hey @aelongacre 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.mc-modal {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1697055112313.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Reply 1 (1)
Moeed
Shopify Partner
3051 761 925

This is an accepted solution.

Hey @aelongacre 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.mc-modal {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1697055112313.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️