how can I specifically hide the footer only to the home/landing page?

What I am trying to do is hide all policy links from all pages aside from the store/product pages. I successfully hide the footer on all pages except the landing page.

my website: ardor*

Try this

{% if template.name != "index" %} 
 do something
{% endif %}

Hello @luhlex

You can try this code

{% if template.name == "index" %} 

{% endif %}

Hello @luhlex

You’re very welcome! I’m thrilled to hear that you’re pleased with the outcome. Don’t hesitate to reach out if you need further assistance.

like and accepting the All solution. Thank you!

Hi thanks for your support! I do have another question posted here: Mobile Menu broke, glitching can’t seem to figure it out. - Shopify Community

@luhlex ok sure I will check and update you.