• Hi! How can I change the font family of the menu? Is says that it has 600+ fonts, but how do I change to another font?

Viewing 1 replies (of 1 total)
  • Hey there rzvcuceu,

    How are you doing today?

    I’ve checked the theme settings to try to change the font but couldn’t find anything. You could change the font of the menu links by adding some custom CSS. Since the theme has it’s own custom CSS tab which is located in Appearance >> Theme Options >> Custom CSS you could try adding this code there:

    #main-menu > li > a span {
    font-family: "Times New Roman", Georgia, Serif;
    }

    Replace the font with the one of your choice. You can find more info about web safe fonts here: http://www.w3schools.com/cssref/css_websafe_fonts.asp.

    If this doesn’t work could you please post link to your site so I can take a look?

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Font Family’ is closed to new replies.