Remove footer from Brooklyn theme homepage

Solved

Remove footer from Brooklyn theme homepage

paulangozic
Visitor
3 1 0

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

Accepted Solutions (2)

Guleria
Shopify Partner
3395 676 957

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 %}

 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder

View solution in original post

paulangozic
Visitor
3 1 0

This is an accepted solution.

Amazing, thank you ever so much! 😄

View solution in original post

Replies 5 (5)

Guleria
Shopify Partner
3395 676 957

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 %}

 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
paulangozic
Visitor
3 1 0

This is an accepted solution.

Amazing, thank you ever so much! 😄

iivory
Tourist
7 0 1

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!

Guleria
Shopify Partner
3395 676 957

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

 

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization ( paid services )
- Email: guleriathakur43@gmail.com
- Try GEMPAGES a great page builder
dxxrek
Excursionist
22 0 4

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?

 

Screenshot 2022-02-09 9.23.24 PM.png