I found a similar topic, to this, but I can't find the specific CSS to change in WordPress. If you go to my homepage. Or blog.
I want to change the spacing within and between paragraphs and am not sure which element I need to modify in my CSS.
I found a line-height
property for .body
, but that doesn't seem to do what I want.
Between paragraphs you should set a
margin
for that element. Between lines within the paragraph you can useline-height
. For example: