Archived topic
Navigation Bar: Change underline when hovering over Primary Item?
3 replies · Started by peterj on June 11, 2021
Using GeneratePress and Dispatch theme. I'd like to change the color of the underline/bar when hovering over a primary menu item from black to white.
I've reviewed these links and although I can change the color to white, there's still a component of the bar that is black, possibly due to the bottom-to-up slide animation?
https://docs.generatepress.com/article/adding-menu-hover-animation/
https://generatepress.com/forums/topic/change-text-color-and-hover-color-in-nav-bar/
https://generatepress.com/forums/topic/menu-bar-color-change/
Thanks!
Hi there,
Go to the Additional CSS field in the customizer and edit this block of CSS:
.main-navigation ul li:after {
background-color: #000;
}
Let me know if this helps :)
Thanks! That worked perfectly.
No problem :)