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.
General Discussions
3
Posts
2
Users
2
Reactions
762
Views
May 07, 2023 7:37 pm
How to change color for posted colors from grey to black?
Style settings here, but color is still grey
Website URL
2 Replies
May 08, 2023 8:08 am
Hi @cgistalker,
Please use the CSS code below:
#wpdcom .wpd-comment-text p { color: #000000; }
Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.