Support » Themes and Templates » Need to tweak font size in main menu

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello!
    Try adding this instead

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 16px;
    }

    Hello!

    I have checked out your site, I would recommend that you edit your modification to this:

    font-size: 15px!important;

    Let me know if that helped.

    Greetings,
    Balint

    Thread Starter .stark.

    (@stark-2)

    I added:

    .bottom_nav_header.social_header .main_menu ul:first-child>li a {
    font-size: 16px!important;
    }

    It works!

    Thanks guys! 🙂

    Be careful with using !important though. It’s to be avoided as much as possible 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need to tweak font size in main menu’ is closed to new replies.