Define header as H5 instead of H2

Topic summary

A user wants to change a header element from H1 or H2 to H5 to apply different font styling they’ve configured for H5 tags.

Proposed Solution:

  • Navigate to theme > Edit Code
  • Locate the header.liquid file
  • Find and modify the H1 tag to H5

Status: The question has received a basic technical response, though implementation details and potential theme-specific considerations weren’t fully explored. The discussion appears to be in early stages with a straightforward CSS/HTML customization request for a Shopify theme.

Summarized with AI on November 9. AI used: claude-sonnet-4-5-20250929.

Hi, I would like to define the header in the image as h5 instead of the h1/2 that it is right now (I have different font for h5). Can anyone help?

thank you :slightly_smiling_face:

https://bentobay.de/
Pass: bawvay

Hello @Daniel19901 ,

Go to theme > Edit Code and search the file header.liquid and find h1

Thanks!