Is it possible to add a custom font to the header menu?
-
I want to add a custom font the the menu bar, or if that is not possible, change the font and color. Can somebody help me with this?
Kim, I must have done something wrong. I have this code:
#nav .menu li a, #nav .menu li a:visited {
color: #dc3e00;
font: 24px/24px arial;
padding: 0 6px;
text-decoration: none;
}In my child theme, but it doesn’t change my menu font anymore (it did at first) Do you know what is wrong? (I was working on solving my color problems in IE)
No You have this code somewhere right now 🙂
#nav .menu li a, #nav .menu li a:visited {
color: #DFEDFF;
font: 12px/24px arial;
padding: 0 6px;
text-decoration: none;
}Have You any numbers in Themes font settings:
/wp-admin/themes.php?page=graphene_options&tab=display
Or just maybe the code twice? Or deleted one
}somewhere..Kim
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
