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.
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.
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
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,
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
Hi Yigit,
Thanks a lot. :)
Best regards.
Fabiana.