Archived topic
How to adjust Site title letter spacing and line height
3 replies · Started by Paul on June 18, 2021
Viewing posts 1–4 of 4
Hello,
How do I make adjustments to the Site title's "letter spacing" and "line height in GP"?
I have checked under Customising > Header > layout > Typography and can only see
font weight and font size.
Do i need CSS for it? Is so, advise on the CSS commands needed.
Thank you
Hi Paul,
Try this CSS:
.navigation-branding .main-title {
letter-spacing: 0.2em;
line-height: 1.5em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This worked, many thanks!
No problem :)
This archived topic is closed to new replies.