Change H1, H2, H3, H4 sizes

Support Area Forums Foundation Change H1, H2, H3, H4 sizes

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #38466
    Advanced
    Participant

    Hello Bill,

    I hope you and your family had a wonderful Thanksgiving.

    My question is, what code do I use to change the individual H tags for the site, for instance if I wanted the H1 to be size 24, the H2 to be size 18, etc.

    Thanks in advance.
    SJ

    #38467
    Bill Robbins
    Moderator

    You can change the font sizes by adding something like this to your custom CSS:

    h1 { font-size: 24px }
    h2 { font-size: 20px }

    and so on.

    Take care,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change H1, H2, H3, H4 sizes’ is closed to new replies.