• Resolved nicolep5

    (@nicolep5)


    Is it possible to change the standard text color of blog posts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Siobhan

    (@siobhyb)

    Hi @nicolep5,

    Absolutely! Is it only the colour of text on posts (not pages) that you’re trying to change? If so, add the following to your custom CSS:

    .post {
        color: #fff;
    }

    Let me know how that goes or if you have further questions.

    Thread Starter nicolep5

    (@nicolep5)

    That worked. Thank you! ??

    Siobhan

    (@siobhyb)

    You’re most welcome. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change standard text color of blog post’ is closed to new replies.