This topic has 4 replies, 2 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Cant find any straightforward way to change the fonts in the navigation menu, h1, h2 h3
Usually the themes fonts change in the theme option. Does Blanco theme has it ?
Hello,
To change font for menu items add this code in custom.css file:
#main-nav > ul > li > a {
font-size: 13px !important;
font-family: open sans;
color: red;
}
To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.
Regards,
Eva Kemp.
Thank you Eva for your quick reply.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: change, fonts, menu, navigation, themes, woocommerce, wordpress
The issue related to '‘How to change fonts in the navigation menu’' has been successfully resolved, and the topic is now closed for further responses