How would I go about changing the font in my main menu to one that I have uploaded into my wordpress site?
Replace Font type
5 posts from 2 voices-
Posted 4 months ago #
-
Hi evanrigs25,
Depending on how you've loaded in another font, you can do something like this in the custom.css or Quick CSS (in the styling menu of the theme options):
#top .main_menu .menu a { font-family: "Times New Roman"; }And replace Times New Roman with your font name.
Regards,
Devin
Posted 3 months ago # -
So Close!
It worked for the top menu(contact us at), but I wanted it on the navigation menu, and the text for posts.Posted 3 months ago # -
looks like I got it to work with
#top .sub_menu .menu a {
font-family: "Times New Roman";
}I think I can figure out the post section myself.
Thanks!
Posted 3 months ago # -
Glad we could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
Posted 3 months ago #
Topic Closed
This topic has been closed to new replies.














