Hello, where do I change the color of the "(Your comment is awaiting moderation.)" sentence?
And also, I want to remove the two grey lines above and below the comment count, shown under the post?
Thanks again!
comment styling questions
(5 posts) (2 voices)-
Posted 4 months ago #
-
add this to the bottom of style.css (or in a child theme):
.moderation { color: #333; }To remove the grey lines on top and below the comment count, remove the 2 first hr tags in comments.php
Posted 4 months ago # -
Hi,
Thank you!
I did remove the lines, but actually the changing of colour doesn't work the way you advised :(Posted 4 months ago # -
try this instead:
.commentlist .moderation { color: #333; }or just search for moderation and change the color there.
Posted 4 months ago # -
succeeded through search!
Posted 4 months ago #
Reply
You must log in to post.