• Resolved kanique

    (@kanique)


    What is the correct CSS for changing the font color when hovering over the submenu flyout? This is what I am using but it’s only the underline works.

    #mega-menu-wrap-header-menu-2 #mega-menu-header-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:hover
    {font-color: #ff6000;
     text-decoration: underline;}

    https://www.ads-software.com/plugins/megamenu/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Almost, try ‘color’ instead of ‘font-color’ ??

    Thread Starter kanique

    (@kanique)

    Hi Tom,

    Thank you. I know that that is incorrect syntax, that’s what I get for working so close to midnight, the brain gets fuzzy. It’s morning now and I was able to correct the syntax for that line and now it’s working. Instead of :hover it needed to be a:hover.

    So corrected:

    #mega-menu-wrap-header-menu-2 #mega-menu-header-menu-2 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:hover
    {color: #ff6000;}

    Thank you for your patience, I’m sure you get a lot of these ridiculous issues that are more user error than anything else. Sorry.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flyout Hover Color Change’ is closed to new replies.