Reply To: Changing font-size, line-height in paragraphs text

Home Forums Support Changing font-size, line-height in paragraphs text Reply To: Changing font-size, line-height in paragraphs text

Home Forums Support Changing font-size, line-height in paragraphs text Reply To: Changing font-size, line-height in paragraphs text

#153780
Tom
Lead Developer
Lead Developer

You can change the font size in “Customize > Typography”.

For the line height, what you have above should work:

p {
    line-height: 17px;
}

Adjust as necessary.