Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #561808

    Is there a setting to change the line height of paragraphs? If so, please let me know where as I can’t seem to find it..

    Thanks!

    #562298

    Hi bloodyamazing,

    Not in the theme settings no, you will have to use custom CSS. You can try something like this:

    p {
    line-height: 1em !important;
    }
    

    Cheers!
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.