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.
Hi @abe675,
Please add the following CSS code in "Custom CSS Code" textarea, save it, delete all caches and check again:
#wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea{
background: url( http://profprojects.org/demo/ar/wp-content/plugins/wpdiscuz/assets/img/dark.png ) #222222;
color: #fff;
}
#wpcomm.wpd-dark .wc-comment-text {
color: #fff;
}
I was able to get the comment in white. How to change "Leave a reply" to white
Please use this CSS code:
#wc-comment-header {
color: #fff !important;
}
What I would like is for it to match with my theme color background like this
I think this is a theme issue, in any case, please leave some example URL to allow us to check it.