Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #679220

    All the examples within show how to increase the font size for the main menu. I am however looking to increase the font size of the secondary/top menu/the menu in the same area as. the phone number and on top of the header area. I also hoping to increase the height of this top menu area above the header section

    #680748

    Hey hingex,

    use this code inside Quick CSS field:

    nav.main_menu {
    top: -30px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #681131

    Hi, This is not what I am asking. I think you pasted the wrong code – the code you pasted moves the main menu up but does not increase the font size ?
    There is the main menu and secondary menu. How do I increase the size of the fonts for the secondary menu ?
    How do I increase the size of the fonts for the main menu ?

    #682178

    Hi,

    use this code:

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-size: 16px;
    }
    .av-main-nav > li > a {
    font-size: 25px;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    #683937

    That did it. Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Increase font size and height of secondary menu’ is closed to new replies.