How-to and Troubleshooting
6
Posts
2
Users
2
Reactions
1,207
Views
Apr 24, 2020 1:48 pm
How to change the comment text color?
That's the text I'm referring to: https://imgur.com/Ghx5Xd9
I appreciate your help 🙂
5 Replies
Apr 24, 2020 1:55 pm
Hi @the-nimble-nav,
Use the CSS codes below:
#wpdcom .ql-editor:before {
color: #f9d1d1;
}
#wpdcom .wpd-comment-text {
color: #f9d1d1;
}
Put the CSS codes in the "Custom CSS Code" textarea located in the Dashboard > wpDiscuz > Settings > Styles & Color admin page.
The red marked code can be changed as you like.
Apr 24, 2020 2:40 pm
Ohh looks like the 'join the discussion..' text color has changed: https://imgur.com/xQ7iFCf but not the text that I typed in the form: https://imgur.com/a/k8ik910
I want to change the color of the text I typed as well 🙂
Apr 24, 2020 2:54 pm
Amazing! thanks