[Resolved] changing H2 archive font

Home Forums Support [Resolved] changing H2 archive font

Home Forums Support changing H2 archive font

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2003312
    Jeffrey

    I know I can change the size, but how would I change the H2 font for just the blog archives?

    #2003354
    Ying
    Staff
    Customer Support

    Hi Jeffery,

    CSS is needed for this. Give the below CSS a try:

    .blog h2.entry-title {
        font-family: serif;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #2005394
    Jeffrey

    awesome thank you ๐Ÿ™‚

    #2005469
    Ying
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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