Okay
  Public Ticket #291820
Body Line Height
Closed

Comments

  • Paul started the conversation

    I want to change the line height of my body test but cannot find it in the style.css editor.  

  •  8,839
    Tahir replied

    Hey Paul!

    Add this into the Custom CSS box located in your Salient Options panel :
    body {
        line-height: 21px !important;
    }
    
    Thanks


    ThemeNectar Support Team