• Under the section producten in the menu. We would like to create a hover color on the titles:

    kredietinformatie, credit management software, polismanager, salesoptimizer

    The hover color need to be #272e38.

    Thanks

    Leon

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Leon,

    At the moment you have, for example, this custom CSS which is applying the custom colours to the titles:

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-bdbc-marineblauw>a.mega-menu-link {
        color: #005198;
        border-bottom-color: #005198;
    }

    You would need to do something like this to change the hover colour:

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-bdbc-marineblauw>a.mega-menu-link:hover {
        color: red;
        border-bottom-color: blue;
    }

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘How do I create a hover on the main title’ is closed to new replies.