Remove Mailchimp embeded form from footer

I while ago, I added the HTML code for my mail chimp sign up form directly into the footer of my theme (Debut). I would now like to remove it however, I cant remember where in the theme I added the HTML code.

I have gone back to the code in my dashboard by going to online store → theme → actions → Edit code

but i cant find the mail chimp HTML code anywhere in the theme! I’ve tried doing crtl +f to find bits of the mailchimp code but nothing.

I placed the code in the ‘footer’ of the website and can’t remove it! Please help.

Hi @Kahya !

Not all Shopify themes use the same filenames or structure, but for the Debut theme I’d suggest looking at Sections > footer.liquid. This is normally where the theme’s native newsletter form can be found, and I suspect you might have replaced the native newsletter form with some code for a Mailchimp form. If you don’t have the original code for the theme’s native newsletter form, then you might be able to revert sections/footer.liquid to a previous version using Shopify’s code editor: https://help.shopify.com/en/manual/online-store/themes/extend/theme-code#roll-back-to-an-older-version-of-your-theme

Hopefully this helps!