Site logo

Archived topic

change font size to body, but only for blog posts.

5 replies · Started by Santa on April 10, 2019

Viewing posts 1–6 of 6

Hi!

Is it possible to change the font size to only the blog posts body text? When I change the body size, it changes the show posts excerpt to size I like, but also changes text size for posts and it seems too small.

Thank you!

Hi there,

some CSS like this:

body.single-post {
    font-size: 18px;
}

Hello,

The CSS code below did not work. I'm trying to change the font size for the single blog post page. I'm using version 3.2.4.

body.single-post {
font-size: 18px;
}

Hi there,

This CSS should work, but I'm not able to see your site to check the CSS, are Canadian IPs blocked by your server?

Can you try adding this CSS above all your other CSS to avoid errors from your other CSS?

Let me know :)

Thanks. That worked. I placed it at the top of all CSS code.

You are welcome :)

This archived topic is closed to new replies.