• Hey everyone,

    I’m working on my website zfcimmg.com and I was hoping for some help.
    On the home page, which is a Front Page style page, I want to reduce the distance between the lines of text. Right now there is too much distance between the lines in the paragraph. How would I do this?

    Thanks!

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    You can learn about the CSS line-height property here:

    https://htmldog.com/references/css/properties/line-height/

    Can you please let me know specifically which element you want to reduce the line-height for, as different CSS elements will need to be targetted.

    For example, to target the featured-page excerpts, you would add this to your custom CSS, modifying the value as you like.

    .entry-summary {
      line-height: 1.2;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Reducing Front Page Template Font size’ is closed to new replies.