Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24845

    How would I go about changing the font of just the main menu (to a google font)?

    #124961

    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

    #124962

    Thanks but for some reason that didn’t change anything…

    #124963

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change main menu font’ is closed to new replies.