• Resolved frankwlf

    (@frankwlf)


    H2 font size is far too big, how to adjust this? It needs to be the size of H3 in my case.

Viewing 2 replies - 1 through 2 (of 2 total)
  • longnguyen

    (@longnguyen)

    Hi,

    You can use this custom CSS code in Appearance -> Customize -> Additional CSS, to change the font size of <h2> tag

    body h2 {
      font-size: 20px
    }

    Regards.

    Thread Starter frankwlf

    (@frankwlf)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need H2 in H3 font size’ is closed to new replies.