Changing Menu Font
- The topic ‘Changing Menu Font’ is closed to new replies.
Need help? Check out our Support site, then
Hi, I am looking to change the menu font to Raleway. How can I edit the CSS code to accomplish this?
Thank you,
Emily
The blog I need help with is: (visible only to logged in users)
Hi,
You can add this CSS code ( https://en.support.wordpress.com/custom-design/editing-css/ ):
#navigation .menu > li > a,
#navigation .menu ul li a {
font-family: raleway-1 !important;
}