Tagged: , ,

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

    Hi all. I was wondering how to change the height in the main menu for the active page/hovers?

    Any help is appreciated.

    #1308269

    Hey Justin,

    Thank you for the inquiry.

    You might be referring to the active menu indicator. To adjust its style, you can start with the following css code.

    .avia-menu-fx {
        position: absolute;
        bottom: -1px;
        height: 5px;
        z-index: 10;
        width: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }
    

    Best regards,
    Ismael

    #1308324

    That’s it! Thank you so much Ismael!! I’ll be sure to keep this code snippet :)

    You can close this thread if you like.

    ~ Justin

    #1308412

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘height of the underline in hover/active main menu’ is closed to new replies.