• hello, I hope you can help.

    this is probably really easy and has been answered lots of times already, but how can I change the default size of the text in my posts? I’ve been trying for ages but I can’t seem to locate the right code. ??

    this is my site: https://www.writepudding.com

    thankyou!

Viewing 2 replies - 1 through 2 (of 2 total)
  • It depends on the theme you’re using, but the general font size for your blog should be one of the very first items in your css stylesheet.

    In your particular theme if all you want to do is change the size of text in posts look in the style sheet for,

    .entry-content {
    	font-size: 1.2em;

    You may or may not have to alter other settings after that as well depending on how big you want everything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘size of text in my posts’ is closed to new replies.