Site logo

Different Font Size for Pages and Posts

Home Forums Support Different Font Size for Pages and Posts

Home Forums Support Different Font Size for Pages and Posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #174229
    Jacqueline

    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?

    #174313
    Tom
    Lead Developer
    Lead Developer

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.