Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22569

    How does one adjust font sizes (for H1, H2, etc.)?

    Thanks

    #116207

    Does one have to modify the CSS for this?

    #116208

    Yes, insert following code into the chick css field and adjust the font size value:

    h1 { font-size: 34px; line-height: 1.1em; margin-bottom: 14px;}
    h2 { font-size: 28px; line-height: 1.1em; margin-bottom: 10px; }
    h3 { font-size: 19px; line-height: 1.1em; margin-bottom: 8px; } /*28*/
    h4 { font-size: 17px; line-height: 1.1em; margin-bottom: 4px; } /*21*/
    h5 { font-size: 16px; line-height: 1.1em; } /*17*/
    h6 { font-size: 14px; line-height: 1.1em; }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adjusting Font Sizes’ is closed to new replies.