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?
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024