[Resolved] Need help with Heading 2 (H2) font size

Home Forums Support [Resolved] Need help with Heading 2 (H2) font size

Home Forums Support Need help with Heading 2 (H2) font size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #798353
    sportsfan74

    Hi Support

    In GeneratePress the H2 heading controls the size of the font for the Homepage for blog posts and the single blog posts. The problem is I want the font size of the H2 heading to be smaller in the single post. I tried some additional CSS, but it still keeps the font size the same between blog post heading and single post heading for H2.

    wpzebra.com

    Any help would be gladly appreciated.

    thanks and regards.

    #798548
    David
    Staff
    Customer Support

    Hi there,

    try this:

    .single-post .inside-article h2 {
        font-size: 20px;
    }
    #798619
    sportsfan74

    perfecto! 🙂 thanks David

    #798627
    David
    Staff
    Customer Support

    You’re welcome

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