Archived topic
menu current bold
3 replies · Started by Torsten on March 21, 2019
Viewing posts 1–4 of 4
Hi,
I would love to show the font in the primary navigation for the current item in bold.
Thx ahead,
Torsten
Hi there,
This CSS should work:
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
font-weight: bold;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
lovely, that's it!
No problem :)
This archived topic is closed to new replies.