How can I unbold menu navigation headings in Dawn theme?

Topic summary

A Shopify store owner using the Dawn theme wants to remove bold formatting from menu dropdown headings under ‘Shop’ on their site (nuijewellery.com.au).

Initial Solution:

  • A helper provided CSS code to add to theme.liquid before
  • This successfully removed the bold formatting

Follow-up Request:

  • The store owner then asked to reduce spacing between menu headings to make them closer together
  • Multiple CSS solutions were attempted to adjust padding and spacing
  • The adjustments only affected the arrow next to ‘Shop’ rather than the subheadings underneath

Current Status:

  • The store owner clarified they want to adjust line-height (not just padding) to achieve tighter spacing similar to a reference image they provided
  • The issue remains partially unresolved, with the spacing adjustment still being worked on
Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hi there,

I would like to unbold all the headings in my menu drop down under ‘Shop’. See image attached.

website: https://nuijewellery.com.au/

Theme: dawn

Thank you!

Please go to

  1. Online store
  2. Themes → Edit theme
  3. Layout
  4. theme.liquid and paste this code before

Hi there,

Thanks for the prompt response. I have added the code but it hasn’t worked :disappointed_face:

Is there anything else I can try?

Please add this code


Yes perfect it worked! Thank you :slightly_smiling_face:

Do you know how to make the headings closer together? As in the gaps between headings to be tighter?

Please go to

  1. Online store
  2. Themes → Edit theme
  3. Layout
  4. theme.liquid and paste this code before

It only moved the arrow next to shop over, not the subheadings under shop

Please go to

  1. Online store
  2. Themes → Edit theme
  3. Layout
  4. theme.liquid and paste this code before

I may have not been clear enough. This only changed the padding but I would like to change the line height to be similar to this but not as tight:

Thank you!!