Change Menu Font

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #5622
    xander
    Member

    How do I change the menu font for Agile?

    #5634
    Ernesto
    Member

    Hi! You’ll need to go to your Custom CSS Section in your Theme Options Panel and enter the following code:

    #primary-menu > ul.menu > li > a {font-family: helvetica}

    Replace “helvetica” with any font-family of your preference.

    #5665
    xander
    Member

    Follow up questions. What about the dropdown menu text?

    #5719
    Nexus
    Moderator

    For the dropdown pls put the following code into custom css

    .dropdown-menu-wrap ul.sub-menu li a {
    font-family: helvetica;
    }
    #5746
    cmconline247
    Member

    The font is still italic? Is there a way to change this too?

    #5747
    cmconline247
    Member
    #5748
    cmconline247
    Member

    Substitute ‘helvetica’ with whatever font is needed, and add ‘normal’; this will remove italics.

    #primary-menu > ul.menu > li > a {
    font-style: normal;
    font-family: helvetica;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change Menu Font’ is closed to new replies.