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

Home Forums Support [Resolved] change font size to body, but only for blog posts.

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

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #865657
    Santa

    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!

    GP Premium 1.7.8
    #865885
    David
    Staff
    Customer Support

    Hi there,

    some CSS like this:

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

    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;
    }

    #2450944
    Ying
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #2450969
    Ernest

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

    #2451879
    Ying
    Staff
    Customer Support

    You are welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.