• Resolved User3564

    (@user3564)


    Hi everyone,

    Single post content color

    From where I can change single posts content color? I know I can change it from the visual editor, but then I must do it every time I’m writing a blog post.

    Single post content size

    I want to change the size of the text. Doing it with HTML in the text editor is not an option, because again, I must do it every time.

    And my last question. Can I change the font of my blog posts content?

    If yes, how?

    Thanks a lot! 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter User3564

    (@user3564)

    I found that I can change the font and color from the theme options.

    There’s also an option to change the size of the text, but it affects the size of all the text on the website. I want to change it only for single posts. Any ideas?

    Thanks!

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Insert this in Appearance -> Customize -> Miscellaneous -> Custom CSS

    .single_post_content .thn_post_wrap {
        font-size:22px;
    }

    Thanks

    Thread Starter User3564

    (@user3564)

    Thanks a lot! 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change blog posts content color, size & font?’ is closed to new replies.