May 25, 2020 9:47 pm
I saw that this subject has been discussed already... but in my case even if I set Custom CSS Code in Settings-Styles and colors the css code, it still keep the font color grey
#wpcomm .wc-comment-right .wc-comment-text, #wpcomm .wc-comment-right .wc-comment-text p {
color: #000000 !important;
}
.comments-area{width:auto;}
Any hints?
1 Reply
May 26, 2020 11:14 am
Hi @darkmac.
Please use this code instead of the old one.
#wpdcom .wpd-comment-right .wpd-comment-text, #wpdcom .wpd-comment-right .wpd-comment-text p {
color: #000000 !important;
}
.comments-area{width:auto;}