Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding this into your custom CSS or child-them CSS; or ifyou have Jetpack installed, go to Appearance –> Edit CSS:

    .sfw-comment-meta a { color: #666; } /* Change color of comment time&date */
    .sfw-comment-content p, .sfw-comment-content a { color: #000; } /* Change color of comment content */

    Hi laurenceBell,

    you can copy & paste this to your CSS tab to make the font color the same:

    .sfw-commentlist a, .sfw-commentlist li.comment p {
    color: #666;
    }

    or use color: #000 for black for example.

    or for example add some underline just for the a tag:
    .sfw-commentlist a {
    text-decoration: underline;
    }

    ** your comment list looks moved too much to the left, add this to fix:

    div.post ol.sfw-commentlist, div.page ol.sfw-commentlist {
    list-style: none;
    margin: 0 0 15px 102px;
    }

    cheers, konrad

    Thread Starter laurenceBell

    (@laurencebell)

    Hi Digilodger and konradS,
    Thanks so much for your prompt replies.
    Wordpress is so brilliant thanks to Automatic and guys and girls like you.
    I am always so grateful for members advice.
    Of course, what you said worked a treat.
    Thanks again.
    Laurence

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change the color of posted comments in Custom Community theme’ is closed to new replies.