All things Shopify and commerce
Hi,
Can anyone help me remove the entire footer from the homepage only (without affecting the other pages) on Brooklyn theme please? This is the site: www.ohvestirse.com
Thank you
Solved! Go to the solution
This is an accepted solution.
Hello,
Edit theme.liquid and search for this code
<hr class="hr--large">
{% section 'footer' %}
Once you find it, replace it with this one
{% if template != "index" %}
<hr class="hr--large">
{% section 'footer' %}
{% endif %}
This is an accepted solution.
Amazing, thank you ever so much! 😄
This is an accepted solution.
Hello,
Edit theme.liquid and search for this code
<hr class="hr--large">
{% section 'footer' %}
Once you find it, replace it with this one
{% if template != "index" %}
<hr class="hr--large">
{% section 'footer' %}
{% endif %}
This is an accepted solution.
Amazing, thank you ever so much! 😄
Hi! Does anyone know if this will work with the Narrative theme? I would like to remove the footer entirely from the homepage. www.byisabellaivory.com
Thanks!
Hello @iivory ,
Yes same works for you.
In theme.liquid search for
and replace it with this code
{% if template != "index" %}
{% section 'footer' %}
{% endif %}
{% section 'footer' %}
Thanks
Hello, I did this and it worked but I still have white space at the bottom,
Here is a picture of it. How can I remove this white space?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025