Menu font

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1726
    thomas
    Member

    Hi, I just bought great Appdev theme and started customizing it. Where can I change the font for the main Menu please? If custom CSS is involved, can you please provide the full code, as I never played with CSS before? Many thanks.

    #1734
    livemesh
    Keymaster

    Pls use the code –

    #primary-menu > ul.menu > li > a { color: #444; }
    

    which will help you change the menu font color by pasting the above code into Custom CSS tab in theme options panel. Also have a look at –

    https://www.livemeshthemes.com/support/faqs/how-to-fix-a-few-styling-issues-instantly-using-chrome-developer-tools/

    #1752
    thomas
    Member

    Well, I wanted to change the font style, not the font color. But anyway, your response with a combination of another one here lead me to this code which does the trick.

    #primary-menu > ul.menu > li > a { font-family: Open Sans; }

    CSS starts to look easy :). Thank you.

    #1756
    livemesh
    Keymaster

    Fantastic. Glad you figured that out 🙂

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