• How do we change the font size our headings within the free Kale theme in our posts? The slide-bar under customize – typography will not do it. Thanks!

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

Viewing 1 replies (of 1 total)
  • Hi @freshsimplehome ,

    Thank you for getting in touch with us.

    To change font size of headings in posts you can add this code to Appearance → Customize → Additional CSS:

    .entry h1 {
        font-size: 34px;
    }
    
    .entry h2 {
        font-size: 26px;
    }
    
    .entry h3 {
        font-size: 22px;
    }

    and adjust it as you wish.

    Kind regards

Viewing 1 replies (of 1 total)
  • The topic ‘Kale Theme Headings’ is closed to new replies.