Okay
  Public Ticket #151609
Typography Spacing
Closed

Comments

  • Matthew started the conversation
    How do you change the line spacing for the typography of the site? For instance, h2 header defaults to being double-spaced. How can I change that?
  •  1,043
    ThemeNectar replied

    Hey Matthew!

    You can do that in the custom css box - just add rules like this inside:

    body h2 {
       line-height: 25px!important;
    }