Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ringahding

    (@ringahding)

    My apologies — I found that I should have been referring to MEGA PANELS…Got the background to change to a different color.

    I would like (if possible) to have a HOVER affect when scrolling over Links …Thanks!

    Plugin Author megamenu

    (@megamenu)

    Hi,

    Please try adding this to the CSS Editor section of the menu theme:

    #{$wrap} #{$menu} {
    
        > li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item a:hover {
            text-decoration: underline;
        }
    
    }

    Regards
    Tom

    Thread Starter ringahding

    (@ringahding)

    Thank you Tom!!! Perfect! I added to the — text-decoration: underline;

    This – color:rgb(209, 255, 0);

    Resulting –

    #{$wrap} #{$menu} {

    > li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item a:hover {
    text-decoration: underline;color:rgb(209, 255, 0);
    }

    }

    Hopefully this will help those who find this post…

    Once again, thank you for your awesome plugin & TIME!!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fly Out Menu’ is closed to new replies.