• Resolved thecontemporaryteacher

    (@thecontemporaryteacher)


    Three things…
    1) is there a way to bold the headings in a post?

    2) It seems like the post font is a bit narrow/tight. Is there a way to space out the words a bit more? Do I need to pick a different post font or is there a way to keep current font but just space it a bit?

    3) Is there a way to make the paragraph spacing a bit bigger? I’m thinking like 1.5?

    4) On the post and homepage, it seems like the sidebar is about 1/3 the size of the entire page. It is possible to make it 1/4?

    Thank you!

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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! 🙂

    Thread Starter thecontemporaryteacher

    (@thecontemporaryteacher)

    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!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Heading Bold & Font Spacing’ is closed to new replies.