Remove Newsletter sign up on specific page

Hello! I am using Kagami theme. The newsletter sign up box appears on every page. Is there a code to remove it from a specific page?

1 Like

@gloss620

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

also give specific page name

I am in the Venue theme and trying to remove the shopify newsletter from this page: https://nutrigardens.com/pages/sign-up-for-our-newsletter. Please help! Thanks

Hello,

You can remove that on layout > theme.liquid. Look for this in the file and delete it. But, this will delete it all on all pages. So, you need to add it as a section instead of in the customizer.

Once you’ve done that, you can re-add that {%- section ‘newsletter’ -%} and create a new liquid file under section > add a new section and add that {%- section ‘newsletter’ -%} inside.

Now, that section needs to be added on the page where you need to add so it will render it.

Add a new template under layout (any name would do) then add this {%- section ‘newsletter’ -%} plus the content on the default template that is inside that newsletter at the bottom. Make sure to add this at the bottom above the footer.

Let me know if that works…