Site logo

Archived topic

Need help with Heading 2 (H2) font size

3 replies · Started by sportsfan74 on February 1, 2019

Viewing posts 1–4 of 4

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.

Hi there,

try this:

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

perfecto! :) thanks David

You're welcome

This archived topic is closed to new replies.