How do I remove the footer only on the homepage in the Impulse theme?
Thanks!
How do I remove the footer only on the homepage in the Impulse theme?
Thanks!
Hi @mtalebagha , welcome to Shopify Community
You can change the file theme.liquid of your theme. You need to find the following line of code
{%- section 'footer' -%}
And replace it with
{% if template != 'index' %}
{%- section 'footer' -%}
{% endif %}
in this way the footer section will be added to all pages, except the home page.
thanks! I am still having trouble because there is a little bit of white
space at the bottom of the page when someone tries to scroll down? Is this
a padding issue?
Please send me your website link
Contact me at contact@zineddinechenguiti.com and I will do my best to fix the problem
@mtalebagha yes, could be a padding/margin issue, if you link the website I can check it and suggest a solution.