Hi @thecontemporaryteacher,
Thanks for reaching out, and thank you for using Kale!
1) Sure thing…you can add this CSS in Appearance > Customize > Additional CSS:
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
font-weight: bold;
}
2) It currently defaults to normal letter spacing, but you can adjust this with a bit of CSS if you like:
.entry {
letter-spacing: 0.5px;
}
3) This CSS should do the trick:
.entry p {
line-height: 1.5;
}
4) That should be possible following the instructions here:
https://help.lyrathemes.com/article/244-sidebar-size
If you need anything else, just let us know! 🙂
Thank you. Most of that worked but I notice that for the letter space & line height, that code only seems to be working for the first paragraph, not all the rest of the paragraph blocks in wordpress. Any ideas? https://thecontemporaryteacher.com/?p=94
Thanks for the example link, that’s a big help. Were you already able to resolve this? When I check that post, the .25 letter spacing and 1.25 line height that you’ve added are applied to all of the paragraphs, not just the first.
One thing that may make a difference in how it appears is that your early paragraphs are mostly single lines of text, so line height isn’t much of a factor (it’s dwarfed by the paragraph margins). The fifth paragraph (beneath “Something To Note…”) is the first paragraph where your line height is clearly visible.
Let us know if you have any further issues with this and we’d be happy to dig in a bit more!