Hello @deduice ,
Currently, we don’t have this option in our Nav Menu widget. But you can achieve it by adding some CSS code.
Please add this below CSS code in Appearance → Customize → Additional CSS
.elementskit-navbar-nav-default .elementskit-navbar-nav li:hover{
border-top: 2px solid red;
}
Let us know if that solves your problem.
Regards,
Benjir
Thank you for the code Benjir. It works. Is there a way to remove the Submenu Arrow/indicator beside the text?
-
This reply was modified 4 years, 4 months ago by
deduice.
Ok. This is what I noticed. While on Active page, the Active Menu doesn’t display the Red Overline Border Top. Can you please help me with the code to make it active?
Thank you
Hey @deduice ,
To remove the submenu indicator please follow this screenshot.
For the active menu item please add this below CSS code in Appearance → Customize → Additional CSS
.elementskit-navbar-nav-default .elementskit-navbar-nav li.active{
border-top: 2px solid red;
}
Regards,
Benjir
Thank you Benjoir. I applied the code, but it didn’t work. The Border top didn’t stay active. Here is the site link > https://webdev-projects.com/armanvestad
On Active state, a menu item should be white and the top border line should be in orange/red on hover instead. The same should apply on hovering. Currently, both the Active and menu item and top border line are showing the same colour red.
I hope you understand my explanation.
Thank you
Hey @deduice ,
Please try below CSS. I have checked it again and the CSS is working fine as expected.
.elementskit-navbar-nav-default .elementskit-navbar-nav li.active{
border-top: 2px solid red !important;
}
Regards,
Benjir
This works so fine. I think the issue was code conflict with another code.
Hey @deduice ,
Glad to hear that your problem has been solved 🙂
If this plugin looks good to you and our support team, may be you can help us by giving a 5 star on wordpress.org?
– https://wordpress.org/support/plugin/elementskit-lite/reviews/
We’re working so hard to make this plugin more and more useful to our valuable users like you and a 5 star will really help us to grow on the market 🙂
Best Regards,
Benjir
Absolutely! I’ve given it a 5 star rating. Thanks for the help as well