How can I remove the header on my home page only?

I need to remove the header from my home page only as this is a website you need an account to access. I do want the cart, logout, etc. from my header bar on all other pages.

Hi @TammyD29

Use this code .

{% if template != 'index' %}
ADD HEADER CODE HERE ....
{% endif %}

Hi @TammyD29

Can I have your theme name? Or your shop URL and password (if any)?

Where does this go?

Where does this code go?