Change comment text...
 
Share:
Notifications
Clear all

[Solved] Change comment text color

6 Posts
2 Users
2 Likes
958 Views
Posts: 14
Topic starter
(@the-nimble-nav)
Eminent Member
Joined: 4 years ago

How to change the comment text color? 

That's the text I'm referring to: https://imgur.com/Ghx5Xd9

I appreciate your help 🙂

Topic Tags
5 Replies
Asti
Posts: 7056
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

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. 

1 Reply
(@the-nimble-nav)
Joined: 4 years ago

Eminent Member
Posts: 14

@asti It worked! Thanks

Posts: 14
Topic starter
(@the-nimble-nav)
Eminent Member
Joined: 4 years ago

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 🙂

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@the-nimble-nav,

Put the CSS code as well: 

#wpdcom .ql-editor>* {
color: #f9d1d1;
}
Posts: 14
Topic starter
(@the-nimble-nav)
Eminent Member
Joined: 4 years ago

Amazing! thanks

Share: