How to Remove Hover of Active link

The Solution you provide is not solving my issue

As in this Image I’m on the homepage and the homepage link button is highlighted . I just want to make it looks normal as other links are, even if it is active.
In the theme option -> Header I found no option to remove this effect.
Thank you!

Hey @JustMe_Too,

I cannot replicate your issue. The current menu item which is your Home menu item does not have any hover styling because you have added this custom CSS code:

.current-menu-item a {
    background-color: #fff!important;
    color: #fff;
}

Please clear all your plugin caches if you have installed a caching plugin. Clear your browser caches as well before testing your site again.

Kindly let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.