How to change color for posted colors from grey to black?
Style settings here, but color is still grey
Website URL
How to change color for posted colors from grey to black?
Style settings here, but color is still grey
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.