Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #380265

    Hi all,

    Is it possible to change the font size of the main navigation menu when viewing on a tablet please or once the screen size hits a certain size?

    Thanks

    #380275

    Hi d24media!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) {
    .av-main-nav>li>a { font-size: 11px; }}

    It will decrease the font size on screens below 1024px

    Best regards,
    Yigit

    #380643
    This reply has been marked as private.
    #380662

    Hi Yogit,

    I found one of your older posts and modified the code to:

    .av-main-nav > li > a { font-size: 11px !important; }

    That now works thank you.

    • This reply was modified 9 years, 10 months ago by d24media.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change menu font size on tablet’ is closed to new replies.