Tagged: active link color, mega menu
Hi,
how can I align the mega-menu so that it appears under the correct menu-item?
and how can I change the color of the link for the active page just for the mega menu?
Thanks in advance,
microTOOL
Hey microtool,
To change the color of the megamenu link for the active page, please use this code:
#top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item>a {color: red !important }
For the menu alignment, can we have access into your WP so we can take a closer look?
Best regards,
Sarah
Hi Sarah,
thanks for the quick help. The active links now have the correct color.
As for the alignment, I’ve added the following to the quick CSS:
@media only screen and (min-width: 1180px) {
#top #header .avia_mega_div {
left: 0px;
}
}
and it seems to work so far.
Thanks in advance,
microTOOL.
Hi microtool,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria