Header set on a banner for the homepage on dawn theme

Hello,

How to make Header set on a banner for the homepage on dawn theme that only effect on home page and not any other page

Thanks

@Anonymous ,

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file theme.liquid.

Step 3. Add this code above

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

{% endif %}
1 Like

Its work thank you

Glad to help you :blush: