How to change the menu header font in the Dawn theme?

Hi! I’m using the dawn theme and would like to change my header menu font to match the font I am using for my header which is Monotype Century Old Style.

Any help would be greatly appreciated! Thanks!

www.stellarfaecreations.com

1 Like

Hey, Starsearcher82, good evening.

Go into Online Store > Themes > Click on the ‘Actions’ button on your theme > Edit code

Search for the file ‘base.css’, it’s probably on the Assets folder. There, insert this piece of code at the end, below everything else:

.header__menu-item span {
  font-family: var(--font-heading-family);
}
1 Like

@StellarFae

oh sorry for that issue this setting by default store theme if you have change this please add below code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.header__menu-item {font-family: var(--font-heading-family);}
1 Like

Thank you! It worked! :slightly_smiling_face: