• Resolved arzoo

    (@arzoo)


    Hi, I love the Sparkling theme.

    Hopefully you can help me. I’d like to make the font larger but whenever I increase the font size to above 16, the spacing between the paragraphs become smaller (relative to the text) such that my posts look like one big paragraph with no breaks making it hard to read.

    My eyesight isn’t good and I prefer big letters to read easier.

    Is it possible for me to adjust the fonts and paragraph spacing so that they’re around the size of something like this: https://www.kevinmuldoon.com/best-writing-websites-make-content-pop/

    Thanks for the help.

Viewing 1 replies (of 1 total)
  • Theme Author Silkalns

    (@silkalns)

    Add this simple code to Theme Options – Other – Custom CSS to change font to the exact font size, line height and paragraph spacing like on your mentioned website.

    .entry-content {
      font-size: 16px;
      line-height: 27px;
    }
    .entry-content p {
      margin: 0 0 25px 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Increase Font Size’ is closed to new replies.