Archived topic
Edit Content Title
12 replies · Started by salva on February 20, 2017
Hello,
How I can change font, size, color of the "Content Title"? Thanks!
Hi Salva,
You can change them in Customizer > Typography > Content > Heading 1 (H1) and Customizer > Colors > Content > Heading 1 (H1) Color.
Let me know.
There's also a Content Title color option in Customize > Colors > Content :)
Thank you!
But instead to change the Heading 1 (H1), can I assign another Heading to "Content Title"
Two more question.
When Font Family is market as an "inherit". inherit from what?
My fonts (Cormorant Garamond, Libre Franklin) are not in the Font Family Google List. How can I add it?
Assign another font to Content Title only? You would use this CSS:
.entry-header h1 {
font-family: "Montserrat", sans-serif;
}
If you just want to change the color of Content Title only there is actually an separate option in Customizer > Colors > Content > Content Title.
Font family is inheriting from the setting in Customizer > Typography > Body.
To install a non google/custom font, check out this post: https://generatepress.com/forums/topic/instal-custom-font/#post-221229
Let me know.
Assign another font to Content Title only? You would use this CSS:
.entry-header h1 {
font-family: "Montserrat", sans-serif;
}
Sorry, but where?
One more think about the installing fonts. Cormorant Garamond and Libre Franklin are Google Fonts!
https://fonts.google.com/specimen/Cormorant+Garamond
https://fonts.google.com/specimen/Libre+Franklin
How I add it to the list?
Thanks!
Hi Leo, don't worry, thanks.
I had added my fonts :) and I had installed Simple CSS for change the Content Title. You give me the code bellow for Assign another font to Content Title.
.entry-header h1 {
font-family: "Montserrat", sans-serif;
}
But what I want to do is assign h3 or h2 to all Content Title.
Sorry for the confusion.
h2 and h3 should be in Customizer > Typography > Content.
Your newly added font should show up at the bottom of the list.
Let me know if this answers your question :)
Is not that Leo, my fonts problem is solved.
What I want to do is edit the Content TITLE. The Tittle in the content area I found it too big I suppose is H1. I want to change it to H3. Thanks
You should keep it as an H1 for SEO purposes.
Instead, just style the H1 in the Customizer to looks like the H3 (same font size etc..).
Ok! Thanks Tom.
No problem :)