Change font in site-navigation
-
The theme I am using is “Sight”. I want to change the site-navigation font from serif to sans-serif. The font section in the CSS customize panel, pairs the site navigation font with the theme heading font. Is there a way to change the site-navigation font without changing the theme font?
The blog I need help with is: (visible only to logged in users)
-
Try
.wf-active .main-navigation a { font-family: sans-serif; /* or the sans-serif font of your choosing */ }That will target the main menu of course. :)
-
-
- The topic ‘Change font in site-navigation’ is closed to new replies.