Archived topic
Secondary navigation letter spacing
3 replies · Started by Richard on October 31, 2017
Viewing posts 1–4 of 4
I am trying to change the letter spacing for the Secondary menu navigation - on the left here
Also on the main name you see when you click the hamburger or the right.
Thanks, in Advance for tyour help.
Hi there,
Try this CSS:
.main-navigation .main-nav ul li a,
.secondary-navigation .main-nav ul li a {
letter-spacing: 2px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
That worked. Thank you for your help.
No problem!
This archived topic is closed to new replies.