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
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
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 %}
Its work thank you
Glad to help you