Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Add this code in additional css option to change the font color.

    #commentform {
    color: #000000;
    }

    Thread Starter nkubz

    (@nkubz)

    That didn’t work, but actually I figured it out and this did:

    .blog-post .media p{
    color: #000 !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment Text Color’ is closed to new replies.