• Resolved shabankhalid

    (@shabankhalid)


    Hey, I am setting up my food blog and just installed kale theme. But the fonts of this theme are seems ok. When i am posting blog, it does not looks good to read. can you please have a look? i have posted a blog for you to check. Thanks!

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter shabankhalid

    (@shabankhalid)

    I need to make my my post headings bold. please give me a code

    Steven (LyraThemes)

    (@stevenlyrathemes)

    Hello Shaban,

    Thank you for reaching out, and thank you for using Kale- we really appreciate it.

    When i am posting blog, it does not looks good to read.

    Could you explain a little more about what doesn’t look good about the fonts? I took a look but didn’t see the issue.

    I need to make my my post headings bold. please give me a code

    You can add this CSS in Appearance > Customize > Additional CSS to make the headings bold:

    .single-content h1,
    .single-content h2,
    .single-content h3,
    .single-content h4,
    .single-content h5,
    .single-content h6 {
        font-weight: bold;
    }

    If you need anything else, just let us know. Thanks again!

    Thread Starter shabankhalid

    (@shabankhalid)

    Hey, It Just solved. Thanks a lot!

    Steven (LyraThemes)

    (@stevenlyrathemes)

    Happy to hear that- thanks for letting us know! 🙂

    Thread Starter shabankhalid

    (@shabankhalid)

    just like that, I also want to make the menu bar texts bold. If you check my privacy policy page, heading there are still not bold. Please sort it out Thanks!!

    Steven (LyraThemes)

    (@stevenlyrathemes)

    just like that, I also want to make the menu bar texts bold.

    This CSS should work for your menu text:

    .navbar-nav > li > a {
        font-weight: bold;
    }

    If you check my privacy policy page, heading there are still not bold.

    That’s correct, the Privacy Policy page isn’t a post, but if you’d like to bold your page headings as well, you can use this CSS instead of the CSS I gave you for post headings:

    .single-content h1,
    .page-content h1,
    .single-content h2,
    .page-content h2,
    .single-content h3,
    .page-content h3,
    .single-content h4,
    .page-content h4,
    .single-content h5,
    .page-content h5,
    .single-content h6,
    .page-content h6 {
        font-weight: bold;
    }

    Hope this helps- if you need anything else, just let us know!

    Thread Starter shabankhalid

    (@shabankhalid)

    Hey, Thanks it’s working perfectly for me.

    Steven (LyraThemes)

    (@stevenlyrathemes)

    Happy to hear that, thanks for letting us know! 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not getting genuine look’ is closed to new replies.