I was thinking of adding the newsletter block somewhere in the middle of the homepage instead of the footer.
Is it possible to remove the newsletter in the footer for the homepage only? And can I replace that space with something else?
I was thinking of adding the newsletter block somewhere in the middle of the homepage instead of the footer.
Is it possible to remove the newsletter in the footer for the homepage only? And can I replace that space with something else?
Hi
A very good question.
Lets say you have newsletter in ânewsLetter.liquidâ file, you need to create a section and add that snippet into that section.
Now you can include that section on home page anywhere.
To hide the newsletter from homepage just write this
{% unless template == âindexâ %}
{% include ânewsLetterâ %}
{% endunless %}
Let me know if you have any question.
https://day-off-club.myshopify.com/
Password: prebay
If ever Iâm thinking of adding a new column of text or an image if possible.
Could you please clarify?
As you said you donât want a newsletter in the footer for the home page only and you want to add a new column in the footer in place of the newsletter.
What about other pages? Are other pages shows a new column + newsletter in the footer?
Let me know.
@dmwwebartisan I want other pages to have my footer as is now (footer navigation + newsletter sign-up). Just want to change how it shows up on the homepage.