Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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;}