Header Spacing, Bold And Capitalization (Dawn Theme)

Hello Shopify Wizards!

I would like to make the menu items in my header bold, capitalised and I also want to space them out a little bit more. I’m using dawn theme.

Plz save me,

Jack

Hi @jackrivers ,

Kindly share your store url, so that we can check and provide you the solution.

Hi @jackrivers ,

Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css or theme.css

.header__menu-item {
  font-weight: 700; text-transform: uppercase; padding: 12px 20px;
}

Neither of those files seems to exist. I’m using gempages if that affects anything.

Theme file was called base.css, finally got it!

Cheers for the help :slightly_smiling_face: