Is it possible to change the color of the font in the comment box?
Regards,
Johan
Hi Dashboard > Comments > Settings,
Please navigate to Dashboard > Comments > Settings > Styling admin page, put 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 {
color: #523636 !important;
}
Don't forget to change the red marked code before using.
Press Ctrl+F5 before checking to reload the updated CSS file.
@astghik
many thanks for the reply.
So it should look like this:
.comments-area{width:auto;}
wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
color: #080707 !important;
}
because that doesnt work, not even after refreshing and removing cookies.
@astghik
the yellow font, when people respond, needs to be changed into black
ok @rjk,
Use this CSS code:
#wpcomm .wc-comment-right .wc-comment-text, #wpcomm .wc-comment-right .wc-comment-text p {
color: #080707 !important;
}
perfect, works fine. Wish i had all your knowledges about css.
Many thanks for the help.
Glad to hear that the issue is fixed.
The best way to learn CSS is described here: