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

    Hi,

    how can I align the mega-menu so that it appears under the correct menu-item?
    Alignment of Mega-Menu

    and how can I change the color of the link for the active page just for the mega menu?

    Thanks in advance,
    microTOOL

    #793810

    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

    #793884

    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.

    #793994

    Hi microtool,

    Glad you got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.