Can I change the color of the text of a post

  • Unknown's avatar

    post text color is no washed out

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    Yes, you can change the color of the text in your blog posts. There are a couple ways to do that:

    1. You can change the text color when you’re writing an individual post by modifying the HTML code. We have tips for how to do that here: Styling Individual Posts and Pages

    2. You can use custom CSS to change the text color for all the text on your blog. To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the following CSS:

    #main {
    color: black;
    }

    This will change all of the regular text in your posts and pages to black. You can pick other colors if you’d like, and we have more tips for working with CSS on this help page: Editing CSS

    If you’d like more help with custom CSS, most of our CSS support is done in our community forums by both staff and volunteers:
    https://en.forums.wordpress.com/forum/css-customization

    You can create a new post in that forum with your questions. Please include details about exactly what you want to change — it really helps the CSS experts in that forum understand what you’re looking for.

    Let me know if you have any other questions about that! :)

  • The topic ‘Can I change the color of the text of a post’ is closed to new replies.