How can I create alternative headers for different pages on my website?

Or you can add this code to your theme.liquid file after to make your other page like this

{% if template != 'index' %}

{% endif %}

2 Likes