• In the default css settings, H3 is as large as H2. Both 3.2rem.
    It looks that h3 can be a little smaller. Somewhere between 3.2 and 2.0. The 2.6 default would be fine.
    (Yes, I know I can alter it in the customizer ?? ).

    Now in style.css in release 3.0.3:

    h1 {
    font-size: 4rem;
    }

    h2 {
    font-size: 3.2rem;
    }

    h3 {
    font-size: 3.2rem;
    }

    h4 {
    font-size: 2rem;
    }

    h5 {
    font-size: 1.8rem;
    }

    h6 {
    font-size: 1.6rem;
    }

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @defensiefotografie,

    Thanks for reaching us,

    We are aware of the issue related with the h2 and h3 displaying the same font-size. The issue has been assigned to the developers team on which they are working. Hopefully with the upcoming version of the theme released, the issue will be fixed.

    Let me know of any other issues or confusion and I will be back.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘H3 as large as H2’ is closed to new replies.