Need help to just have footer on home page

Hi everyone,

I have a website, on the homepage I have a footer which contains mission statement, quick links etc, however, I would just like it to be on the homepage but any other page you navigate to, I.e product pages it’s on there aswell.
I have spoken with support and they said I would need some coding and it’s not something they can help with. Can anyone point me in the right direction please?
Thanks Kate

Hi @Katep1 , can you share your store url?

Hi, yes it’s SeldonScents.uk

thanks

@Katep1 , go to theme.liquid and add the following code before the tag :

{% unless template == "index" %}
   

{% endunless %}

Perfect thank you so much :blush: