How do I add the Newsletter section to every page? - Debut Theme

I am using the Debut theme.

I would like the newsletter section to appear on all pages of my website.

When customizing my store the Newsletter section is only available to add to the homepage and doesn’t show on any other pages. There is no option to add the Newsletter section to product pages when you are in customization mode.

Hi,

If you want to show the Newsletter section in all pages, please add the code below to the theme.liquid (Go to Online Store > Actions > Edit code > Under Layout) right above the footer section.

{% section 'newsletter' %}

It should be the same as the picture below.

If you have 2 newsletter sections in the homepage, please remove (or hide) the one on homepage using theme editor.

Hope it helps.

Thanks.

2 Likes