Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29238

    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.

    #140136
    #140137

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Google font for just the Main Navgation’ is closed to new replies.