H1, H2, H3 … how to change the font size

  • Author
    Posts
  • #60762

    Hi, I would like to know how to modify the headings size in Tempera. H1 is ok, H2 is too big, H3 is good, H4 is too small.

    I use to write using H1 -> By default, the one or two H2 (are long letter size) and the rest H3 (the size desired).

    Thanks a lot

    Marcelo

    Website: http:www.noalcambioclimatico.com

    #61322
    Zed
    Cryout Creations mastermind

    The headings font size is configurable in the theme options, but there is only one setting which applies to all headings (as they have synchronized sizes).

    If you want to customize particular headings, use CSS:

    h2 { font-size: ... }
    h4 { font-size: ... }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #73312

    Hi,
    Sorry, I know, the subject is old, but it concerns the Hn.
    What is “default style sheet for HTML 4” for this site?
    https://www.w3.org/TR/CSS22/sample.html

    h1 { font-size: 2em; margin: .67em 0;}
    h2 { font-size: 1.5em; margin: .75em 0;}
    h3 { font-size: 1.17em; margin: .83em 0;}
    h4 { font-size: 1em; margin: 1.12em 0;}
    h5 { font-size: .83em; margin: 1.5em 0;}
    h6 { font-size: .75em; margin: 1.67em 0;}

    Thank you

    #74430

    Hi there, If have a question, is the Title H1 by default?

    Thanks for your help.

    Wakachuli

    Website: www.noalcambioclimatico.com

    #74437

    Hi,
    Yes, H1 by default.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘H1, H2, H3 … how to change the font size’ is closed to new replies.