Changing Navigation Bar Font and Font Size

This topic has 3 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler

  • Avatar: onetwovee
    onetwovee
    Participant
    January 10, 2017 at 01:43

    Wondering how I can change the font type on the Navigation bar and also reduce the font size

    2 Answers
    Avatar: onetwovee
    onetwovee
    Participant
    January 10, 2017 at 02:56

    I managed to change the font and font size the main navigation menu, however I noticed that the font size in the drop down menu is much larger and also the font of one of the drop down menus is different from the rest.

    How do I reduce the submenu font size and make all the sub menu fonts the same?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 10, 2017 at 08:20

    Hello,

    Try to add this code in Custom CSS:

    .header-type-2 .menu-wrapper .menu > li > a {
        font-size: 12px;
        font-family: Roboto;
    }
    .menu .nav-sublist-dropdown ul > li > a {
        font-size: 12px;
    }

    Set your values.

    Regards,
    Rose Tyler.

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.