• Resolved philippst

    (@philippst)


    Hey there,

    is it possible to edit the style.css in order to change the line space between the lines? I edit the style.css with a few parameters to change the line space but nothing happend. Then I put in custom css in the customizer:

    body {
    line-height: 1.4;
    }
    
    h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
    }
    
    a {
    text-decoration: none;
    }

    the only thing whats happend is that the widget boxes on my startpage are smaller than before. But in the Post there has nothing changed -.-

    Hope you can understand me and you can help me :p

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

    (@themezee)

    Hi there,

    Thanks for using Dynamic News.

    You can change the line height in the content area with this CSS code:

    .entry {
        line-height: 1.8 !important;
    }

    Please add the CSS code to the CSS setting on Appearance > Customize > Additional CSS.

    Editing the style.css of the theme directly is not a good idea, because it is overridden with every theme update.

    Best,
    Thomas

Viewing 1 replies (of 1 total)
  • The topic ‘Edit Linespace for Posts’ is closed to new replies.