• Hello, looking to change the font size of my blog posts on the TwentyFifteen template. Looking for the line in the stylesheet to edit…thank you!

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

    How are you doing today?

    What exactly are you looking to change? Post text, title, anything specific?

    This is definitely possible with some custom CSS. I’d also suggest rather using either child theme or plugin such as this one https://www.ads-software.com/plugins/simple-custom-css so you can avoid losing your changes once you update the theme.

    Please let me know ??

    Cheers,
    Bojan

    Thread Starter natethegreatt1

    (@natethegreatt1)

    I’m looking to change the post text size! Thanks in advance for your help!

    Hey again natethegreatt1,

    Please try adding the following CSS:

    .single .entry-content p {
        font-size: 19px;
    }

    This is the original font size for paragraphs in single post pages. Reduce the value to what ever suits you the most.

    If you want to make this sitewide for paragraphs you can remove the .single part form the selector.

    Hope this helps ??

    Cheers,
    Bojan

    Thread Starter natethegreatt1

    (@natethegreatt1)

    Great, thank you! I’ve always been confused about this…but where do I add this CSS – does it matter? Or just anywhere in the stylesheet?

    You should use a custom CSS plugin or a child theme to add this CSS. If you edit the theme’s stylesheet (without using a child theme), you’ll lose those changes if the theme is ever updated in the future, to fix bugs or security issues or to add new features.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: twentyfifteen] changing font size of posts’ is closed to new replies.