Notifications
Clear all
Topic starter
10/07/2019 5:38 pm
Is it possible to change the background color and the fontcolor of the join the discussion window?
10/07/2019 5:47 pm
@rjk,
The CSS code is provided below:
#wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
color: #000000 !important;
background-color: #a9a3a3 !important;
}