Archived topic
Change font on header element
3 replies · Started by Manuela on January 29, 2021
Hello,
I'd like to know how I can change the post title font and size (I'd like the size to be between H1 and H2) on my header element.
If you check my contact page: I'd like to change how 'Share your story' looks.
If I edit the header element and choose H1, then the writing is too big and with Caps. Now I have h2 but the writing is too small and in a font that doesn't seem to match the fonts on my site.
Thank you,
Hi there,
Give this CSS a shot:
.page-hero h2 {
font-size: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thank you, Leo!
It worked.
Have a great day,
No problem :)