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!
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!
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);
}
oh sorry for that issue this setting by default store theme if you have change this please add below code
.header__menu-item {font-family: var(--font-heading-family);}
Thank you! It worked! ![]()