• Hello!

    I was wondering if anyone could help me increase the font size of the page titles on my site.

    For example, on the “About Me” page, the header title saying “About Me” is tiny and I can’t figure out how to increase this particular font. I’ve tried making it larger in the Customize>Fonts menu, but none of the fonts seem to apply to the particular header I’m looking for.

    You can see what I’m talking about here: http://emiliawint.co/about/

    Thanks all for the help!

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

    Try adding this CSS code:

    .hentry .title-post {
        font-size: 70px;
    }

    Hope it helps,

    TibbyWeb

    Hello there,

    You can use the code suggested by @tibbyweb. In addition, to retain custom CSS code, so that it won’t be lost once the theme gets updated, you can add that code through the child theme’s style.css. We have a premade child theme for Sydney which can be downloaded here. Or you can use the Simple Custom CSS plugin without a child theme.

    Regards,
    Kharis

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Page Title Font Size’ is closed to new replies.