- This topic has 2 replies, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Font Family in Nav Bar
Tagged: font-family, font-style, nav bar
Hey Wes! What part of the code would I change to make the font in my nav-bar look like the font on http://innetwork.net?
Thanks!
Sorry, forgot to post the link to the staging site as well: http://innetworknet.staging.wpengine.com
It would normally be this – .epik-gray .genesis-nav-menu a
but it looks like you added some code that overrides it – .site-header .widget-area a
and .epik-gray .head-wrap a
on line 3123. So you could remove and replace that with – .site-header .epik-gray .genesis-nav-menu a
if you want to make a custom section for it……and then add in your font-family, color, size, etc