This topic has 4 replies, 2 voices, and was last updated 10 years, 7 months ago ago by Eva Kemp
Hi,
I would like to change the font of the menu. I can’t from Theme Options/Typography, that change all except menu.
Some option in php file or css?
thanks!
Hello,
You need to insert the following code into custom.css file:
.menu > ul > li > a {
font-family: Georgia;
}
Change the font name to the required one.
Also don’t forget to enable custom.css in Theme Options > Custom CSS > On.
Regards,
Eva Kemp.
Yes! Thank you! 🙂
You are welcome.
Regards,
Eva Kemp.
Tagged: change menu font, customization, fonts, styles, templates, woocommerce, wordpress
The issue related to '‘Change Menu Font’' has been successfully resolved, and the topic is now closed for further responses