Hello @NQuan088
You can add code to the header.liquid like this
{% if template contains 'index' %}
//Your code here
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
Goal: Add a piece of HTML to the header only on the Shopify homepage (not site‑wide).
Proposed solutions:
Notes:
Outcome: The original poster applied the suggestion successfully and confirmed it worked. The issue is resolved; no further questions or disagreements remain.
Hello @NQuan088
You can add code to the header.liquid like this
{% if template contains 'index' %}
//Your code here
{% endif %}
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team