• Hello

    I have a problem with hover color of menu. I use JKit Nav Menu.
    My settings (Menu Item Style):
    – normal color = white
    – hover color = black
    – active color = white

    I want to have white text menu and change it to the blach color when I hover my mouse on the menu.
    When I am in the elementor editor it works fine. But when I go to the website it doesn’t. The menu text is black all the time.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    I use JKit Nav Menu.

    If this a feature of your theme? If so, I recommend asking at that theme’s support.

    Or, are you using a plugin? If so, I recommend asking at that plugin’s support.

    Hi @sebad90
    You can try this CSS for fixing your problem, but this is not best way to do that

    .jkit-menu .menu-item a:hover {
        color: #000 !important;
    }
    .jkit-menu .menu-item a {
        color: #fff !important;
    }

    Thanks

    Thread Starter sebad90

    (@sebad90)

    Hello @yogeshyadav20

    Thank you so much. It works ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nav Menu hover color problem’ is closed to new replies.