Archived topic
Different Font Size for Pages and Posts
1 reply · Started by Jacqueline on February 21, 2016
I would like to have larger-ish blog/post titles and small page titles (like HOME, CONTACT, etc)
but they both appear to be controlled by the same setting. I'm probably missing something
really simple... I think my "technical" question would be how do I change which H (1,2 or 3)
is used in those positions? And, how do I NOT have "HOME" on my home page?
Hi Jacqui,
You can adjust the size of your page titles with this CSS:
.page h1.entry-title {
font-size: 20px;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
To remove the "Home" on your homepage, you can use the Disable Elements add-on: https://generatepress.com/knowledgebase/disable-elements/
Let me know if you need more info :)
