Notifications
Clear all
31/08/2019 11:31 am
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;
}
Topic starter
31/08/2019 12:11 pm
31/08/2019 2:04 pm
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.