Tagged: 

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

    http://www.kennethbsmith.com/clients/abww/

    What do I need to do to change the Nav Menu font to Oswald on all devices?

    #217014

    Hey akamaxbuz!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_menu ul:first-child > li > a { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

    Cheers!
    Yigit

    #217101

    Thanks Yigit.
    The iPad menu is not Oswald.
    Something else I need to do or change?

    #217561

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive #top .mobileMenu {
    font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }}

    Cheers!
    Yigit

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