- This topic has 12 replies, 3 voices, and was last updated 5 years, 2 months ago by
Tom.
-
AuthorPosts
-
February 20, 2017 at 3:36 am #281272
salva
Hello,
How I can change font, size, color of the “Content Title”? Thanks!GP Premium 1.2.94February 20, 2017 at 6:00 am #281327Leo
StaffCustomer SupportHi Salva,
You can change them in Customizer > Typography > Content > Heading 1 (H1) and Customizer > Colors > Content > Heading 1 (H1) Color.
Let me know.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 20, 2017 at 10:22 am #281443Tom
Lead DeveloperLead DeveloperThere’s also a Content Title color option in Customize > Colors > Content π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 22, 2017 at 5:05 am #282378salva
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?February 22, 2017 at 8:27 am #282489Leo
StaffCustomer SupportAssign 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 23, 2017 at 5:51 am #282976salva
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+FranklinHow I add it to the list?
Thanks!
February 23, 2017 at 9:33 am #283061Leo
StaffCustomer Supportahh sorry.
Adding CSS: https://docs.generatepress.com/article/adding-css/
Google font: https://docs.generatepress.com/article/customizing-the-google-font-list/#adding-your-google-font-to-the-list
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 26, 2017 at 3:19 pm #284300salva
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.
February 26, 2017 at 3:50 pm #284307Leo
StaffCustomer Supporth2 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 π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 28, 2017 at 3:51 pm #285360salva
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. ThanksFebruary 28, 2017 at 4:16 pm #285371Tom
Lead DeveloperLead DeveloperYou 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..).
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 1, 2017 at 1:36 am #285484salva
Ok! Thanks Tom.
March 1, 2017 at 10:09 am #285717Tom
Lead DeveloperLead DeveloperNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.