[Resolved] Change font on header element

Home Forums Support [Resolved] Change font on header element

Home Forums Support Change font on header element

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1638580
    Manuela

    Hello,

    I’d like to know how I can change the post title font and size (I’d like the size to be between H1 and H2) on my header element.

    If you check my contact page: I’d like to change how ‘Share your story’ looks.

    If I edit the header element and choose H1, then the writing is too big and with Caps. Now I have h2 but the writing is too small and in a font that doesn’t seem to match the fonts on my site.

    Thank you,

    #1638670
    Leo
    Staff
    Customer Support

    Hi there,

    Give this CSS a shot:

    .page-hero h2 {
        font-size: 20px;
    }

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

    Let me know if this helps ๐Ÿ™‚

    #1638823
    Manuela

    Thank you, Leo!

    It worked.

    Have a great day,

    #1638910
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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