• Resolved amyleem

    (@amyleem)


    Hi!

    I want to change the top and footer menu font size. I’ve tried many css code but nothing seems to work.

    How can I do that?

    Thank you for feedback

Viewing 7 replies - 1 through 7 (of 7 total)
  • Can you post a link to your site?

    Thread Starter amyleem

    (@amyleem)

    Unfortunately I’m still working in my localhost :/

    Theme Author lyrathemes

    (@lyrathemes)

    Try this for the footer menu:

    .nav-foot li a {
        font-size:12px;
    }

    For the top menu – do you mean the one at the very top (orange background)? Or the main menu (white background)?

    Thread Starter amyleem

    (@amyleem)

    Thank you so much. It works for the footer menu!

    Actually I mean the top main menu with the white background. But if it would be possible for both top menus (social menu and main menu) it would be very nice

    Thanks again

    Theme Author lyrathemes

    (@lyrathemes)

    You’re most welcome!

    Try this for the main nav:

    .navbar-custom .navbar-nav > li > a {
        font-size:12px;
    }

    And this for the menu on the very top:

    .top-menu>li>a {
        font-size: 12px;
    }
    Thread Starter amyleem

    (@amyleem)

    I’ve tried this for the top main menu

    .navbar-custom .nav li a {
    font-size:14px;
    }

    and this for the social menu

    .social-menu li a {
    font-size: 14px;
    }
    and it works ^^

    Thanks

    Thread Starter amyleem

    (@amyleem)

    Thank youu ^^ .. It works!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Top menu font size’ is closed to new replies.