- Homepage
- Other pages
A Shopify store owner using the Dawn theme wants to standardize their header size across all pages to match the homepage appearance.
Issue:
Proposed Solution:
theme.liquid file<head> tag via Online Store > Themes > Edit codeStatus: The discussion remains open with a technical solution offered but not yet confirmed as implemented or successful.
I want the header as same as the homepage. How do I apply the same size header in every other pages?
Please share your page link so I can check it.
Please add this code to theme.liquid file, after in Online Store > Themes > Edit code
{% if template != 'index' %}
{% endif %}