SEO, AdWords, affiliates, advertising, and promotions
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.
Solved! Go to the solution
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
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:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi
I tried this. It did remove the pop up. but it also made the screen go black with dark shaded out .. but only on on desk top. Then we couldnt click on anything on the website. So I removed the code.
The pop up came back .. but its on,y on desk top, not mobile.
I just need to find this MC code and remove .. trouble is I cant find it anywhere.
<div id="PopupSignupForm_0" widgetid="PopupSignupForm_0">
<!-- MC BANNER -->
<div class="mc-banner" data-dojo-attach-point="bannerContainer" style="display: block;">
<div class="mc-layout__bannerContent">
<iframe src="about:blank" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="width: 100%; height: 90px;" data-dojo-attach-point="iframeBannerContainer"></iframe>
</div>
</div>
<!-- MC MODAL -->
<div class="mc-modal" data-dojo-attach-point="modalContainer" style="display: block; opacity: 1;">
<button aria-label="Close" class="mc-closeModal" style="display:block !important;" data-action="close-mc-modal" data-dojo-attach-point="modalClose"></button>
<div class="mc-layout__modalContent" style="max-height: 377px;">
<iframe src="about:blank" frameborder="0" marginwidth="0" marginheight="0" style="width: 100%; height: 377px;" data-dojo-attach-point="iframeModalContainer"></iframe>
</div>
</div>
<!-- MC MODAL OVERLAY -->
<div class="mc-modal-bg" data-dojo-attach-point="modalOverlay" style="display: block; opacity: 0.65;"></div>
</div>
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024