• Is there anyway I can change the font size of the header text as well as the font size of post titles on the home page?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    Do you mean the hero text when you say “Header Text” or the logo? If you meant the hero text, then you can change it’s font size and that of posts by adding following custom CSS to your theme using Advanced CSS Editor plugin.

    .featured-hero__title{
        font-size: 72px;
    }
    .post-list .post-item a{
        font-size: 40px;
    }

    If you meant the latter, this CSS should do the trick.

    .btn--logo{
        font-size:45px;
    }

    Adjust the font-sizes accordingly. Hope it helps.

    Thread Starter mrlithe

    (@mrlithe)

    Thank you for this, this is exactly what I was looking for.

    Is there anyway to reduce the space between the title and posts?

    Also, when you’re on the home page, is there anyway to change the font weights in the title of the post?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I change font sizes?’ is closed to new replies.