Archived topic
primary navigation hover
3 replies · Started by Kim on August 28, 2020
Viewing posts 1–4 of 4
hi, can´t find any place to enable hover underline for Primary Navigation?
Navigation Color Presets work ok, but would not like to change any color only show underline for current & hover
regards, Kim
Hi there,
that would require some CSS like this:
.main-navigation .main-nav ul li a {
border-bottom: 6px solid;
border-color: transparent;
}
.main-navigation .main-nav ul li:hover a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
border-color: #000;
}
Or if you want something fancy - the this article provides that:
https://docs.generatepress.com/article/adding-menu-hover-animation/
exactly, thanks a lot!
-Kim
Glad to be of help
This archived topic is closed to new replies.