Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1206138

    Hello,

    I am trying to increase the font size in the menu. i have tried in the advanced styling under main menu links and also adding in the css code

    #header_main .avia-menu-text {
    font-size: 20px;
    }

    Nothing is working. Could someone please take a look?

    many thanks in advance

    #1206427

    Hey bauchope,

    You have an open media query in Quick CSS, that is likely why it’s not applying:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-slideshow-controls a{display:none;}

    Make sure to close all media queries properly.

    Best regards,
    Rikard

    #1206517

    great – thanks for that.

    Working perfectly now

    You can now mark as resolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘issue with increasing font size in menu’ is closed to new replies.