Removing Active link hover in navigation bar

I want to remove the hover of o active link in navigation bar but I can’t .
Help me to resolve this issue.

Hi @JustMe_Too,

Thanks for reaching out.

To remove the hover of an active link, please go to Pro > Theme Options > Header and on the Links-Text section, you can remove or change the hover.

Hope that helps.

Thank you.

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!

Hello @JustMe_Too,
It seems that you have written custom CSS code for the menu item hover.
To remove the hover background from the menu item please remove your custom CSS code from Theme options-->CSS area.
Code to removed

.x-navbar .x-nav-wrap .x-nav > li > a:hover {
color: #fff;
background: #367e7c;
text-decoration: none!important;
}

Please have a look at the screenshot given below.

Have a great day!
Thanks

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