Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68341
    Chantal
    Participant
    Premium Member

    Hi,

    How can I change the size of H2, H3 and H4 headers? In the customizer I can change the header size, but there is no option to change specifically the size of the H2 of H3 etc. header. Right now I find the difference between the H2 and H3 header to small. I like the H3 header to be smaller.

    #68343
    vako
    Keymaster
    Premium Member

    Hi Chantal,

     

    At first, thank you for choosing our theme and service.

    There is no option to change h tag sizes from the theme options, but we can give you custom CSS snippets to add changes.

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    h3 {
    font-size: 20px !important;
    }

     

    change in this snippet only numbers meaning to your preferred.

     

    Kind Regards

     

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