Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #250497

    I would like to know how to change the font size on the main navigation … this is not on a child theme.

    Thanks,

    Bill

    #250672

    Hey bdm55!

    Thank you for using the theme!

    Where did you place the menu? It is below, right or left of the logo? Please use this to change the font size:

    .av-main-nav > li > a {
    font-size: 15px;
    }

    Regards,
    Ismael

    #250683

    Hi Ismael,

    The menu is below … I tried this code and nothing happened changed the font size 3 different times.

    http://www.jonnymango.com/

    #250891

    Hi!

    Try with this code:

    .avia-menu a {
    font-size: 15px !important;
    }

    Best regards,
    Josue

    #250892

    Hi Josue .. that worked. Thank you

    #250893

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing Font Size On Main Navigation’ is closed to new replies.