Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #313612

    Hello,

    I want to change the space between the lines and paragraphs on my blog posts, but I am unable to do so.

    I read some threads on the support forum, and tried some of them but it did not work the way I wanted to.

    So I am attaching an image as reference of what I want to accomplish.
    Suport

    I also want to know if it´s possible to change the font size and color using the advanced stylling, I did not see the option to customize paragraphs, only menu, headings and tags.

    Thank you.

    #313810

    Hi faterra!

    Thank you for using Enfold.

    You can change the line height and font size of the text with this:

    body, body p {
    line-height: 26px;
    font-size: 15px;
    }

    Best regards,
    Ismael

    #314617

    Hi Ismael!

    Thank you.

    It did work! What about the space between paragraphs, how do I increase it?

    Is there a way to change the line height only for the blog posts, the way above changed all the texts in the site.

    Thank you once again for your response.

    Best regards,
    Fabiana,

    #315075

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .entry-content p {
    margin: 20px 0;
    }

    Regards,
    Yigit

    #316215

    Hi Yigit,

    Thanks a lot. :)

    Best regards.
    Fabiana.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Space between lines and paragraphs – Blog’ is closed to new replies.