Notifications
Clear all
Topic starter
03/11/2018 10:16 pm
Hi. I really hope i will get a reply as soon as possible.
i want the color of the user comment text to be black, i didnt see this option in the styling section. Its showing gray color on my site, pls is there any css or solution for this?
05/11/2018 12:17 pm
Hi @steve4lyf,
Please nvaigate to Dashboard > Comments > Settings > Styles admin page, put the following CSS code in "Custom CSS Code" textarea, save it delete all caches, do CTRL+F5 on frontend.
#wpcomm .wc-comment-text {
color: #000000 !important;
}