How would I go about changing the font of just the main menu (to a google font)?
Hi,
You can use this on your custom.css
.main_menu ul:first-child > li > a {
font-family: 'Metrophobic', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
In this case, we use the “Metrophobic” font.
Regards,
Ismael
Thanks but for some reason that didn’t change anything…
Hi!
Try:
.main_menu ul:first-child > li > a {
font-family: 'Metrophobic', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
If it still doesn’t work clear your browser cache.
Best regards,
Peter