Change the header size in other pages - Dawn Theme

Topic summary

A Shopify store owner using the Dawn theme wants to standardize their header size across all pages to match the homepage appearance.

Issue:

  • The header displays differently on the homepage versus other pages (screenshots provided)
  • User seeks to apply the same header dimensions site-wide

Proposed Solution:

  • A community member suggests adding custom code to the theme.liquid file
  • The code should be inserted after the <head> tag via Online Store > Themes > Edit code
  • The solution appears to involve conditional template logic to modify header markup

Status: The discussion remains open with a technical solution offered but not yet confirmed as implemented or successful.

Summarized with AI on November 3. AI used: claude-sonnet-4-5-20250929.
  • Homepage

  • Other pages

I want the header as same as the homepage. How do I apply the same size header in every other pages?

Hi @randytheasian

Please share your page link so I can check it.

meta25.studio

Please add this code to theme.liquid file, after in Online Store > Themes > Edit code

{% if template != 'index' %}

{% endif %}