How can i make text in header bold?

Topic summary

A user working with Shopify’s Dawn theme 15.0 needs to make header text bold.

Solution provided:

  • Navigate to Shopify Admin → Online Store → Theme → Edit code
  • Locate the theme.liquid file
  • Insert custom CSS code above the </head> tag to apply bold styling to header text

The solution was confirmed as helpful by the original poster. This is a straightforward CSS customization task that requires editing the theme’s liquid template file.

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

Hi, how i can i make text in header bold?

i’m using the dawn theme 15.0

url: https://cb180d-31.myshopify.com/

Thank you

1 Like

Hi @Anonymous ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

1 Like

Thank you so much!

1 Like