How do we get JUST the Main Navigation Menu and the Dropdown Menus to adopt a Google font?
Would like to use the “Oswald” font.
Hey,
You can use this on your custom.css or Quick CSS:
body .header_color .main_menu ul:first-child > li > a {
font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
If it doesn’t work use this:
body .header_color .main_menu ul:first-child > li > a {
font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
#menu-item-search a {
font-family: entypo-fontello !important;
}
Regards,
Ismael