Archived topic
Only 1st menu button bold - not all
1 reply · Started by Den on April 4, 2021
Viewing posts 1–2 of 2
Hi team,
I want to bold the 1st menu item (text) on my primary menu bar. How to do it?
For Example - Menu1 | Menu2 | Menu3 | Menu4 | Menu5
Please Help
Hi Den,
Try this CSS:
.main-navigation .main-nav ul li:first-child a {
font-weight: 700;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.