Comments Joey started the conversationSeptember 18, 2014 at 6:13pmHow do I change the font to Verdana?I already got it to work for the body text by adding this to the CSS:}body, body p {font-family: “Lucida Grandeâ€, “Lucida Sans Unicodeâ€, “Lucida Sansâ€, Geneva, Verdana, sans-serif!important;}But how do I change it for heading 1, 2, Navigation, etc? 8,839Tahir repliedSeptember 19, 2014 at 3:24pmHey!If you want it everywhere simply use this css:body * { font-family: “Lucida Grandeâ€, “Lucida Sans Unicodeâ€, “Lucida Sansâ€, Geneva, Verdana, sans-serif!important; } Thanks ThemeNectar Support Team Joey repliedSeptember 29, 2014 at 11:20amAdding this creates a problem with the short-code icons: they turn out blank. 8,839Tahir repliedSeptember 29, 2014 at 5:21pmHey Again!Then please try adding the selectors individually like h1 , h2 etc. Thanks ThemeNectar Support Team Sign in to reply ...
How do I change the font to Verdana?
I already got it to work for the body text by adding this to the CSS:
}
body, body p {
font-family: “Lucida Grandeâ€, “Lucida Sans Unicodeâ€, “Lucida Sansâ€, Geneva, Verdana, sans-serif!important;
}
But how do I change it for heading 1, 2, Navigation, etc?
Hey!
If you want it everywhere simply use this css:
Thanks
ThemeNectar Support Team
Adding this creates a problem with the short-code icons: they turn out blank.
Hey Again!
Then please try adding the selectors individually like h1 , h2 etc.
Thanks
ThemeNectar Support Team