Site logo

Archived topic

How do I make the navigation links bold on hover and active?

1 reply · Started by Sean on June 4, 2019

Viewing posts 1–2 of 2

How do I make the navigation links bold on hover and active?

Thanks,
Sean

Hi there,

you can use this CSS:

.main-nav > ul > li:hover > a, .main-nav > ul > li[class*="current-menu-"] > a {
    font-weight: 500;
}

The only thing with doing that is you will notice movement in the menu items as the font expands.... you may be better off just using a lighter color for the menu items and make it darker on hover and current via the Customizer.

This archived topic is closed to new replies.