Hi all. I was wondering how to change the height in the main menu for the active page/hovers?
Any help is appreciated.
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
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
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon