Other font for main menue – really not in the "The Options"?

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Other font for main menue – really not in the "The Options"?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20309
    faunatec
    Member

    Hi,

    I searched the Forum but I could not find an answer.
    I want to change the font of the main menu – but I can not find these option in the Theme Options.

    Do I really have to do it with custom css? Cant believe you have a whole bunch of options there and no possibility to change the font there. For h1,h2,h3 and body text you have made it perfect!
    Have you forgot about the menu fonts?

    Thanks for your advice 🙂
    Joerg

    #20333
    Veena
    Moderator

    Currently we don’t have a separate option to change the primary menu font . Changing the body font will reflect the primary menu also .
    You need to apply custom CSS to change only the primary menu font –

    #primary-menu > ul.menu > li > a {
       font-family: "Times New Roman", Georgia, Serif;
    }
    
    #20534
    faunatec
    Member

    OK – Thanks a lot 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.