How to change color...
 
Share:
Notifications
Clear all

[Solved] How to change color for posted colors from grey to black?

3 Posts
2 Users
2 Likes
296 Views
Posts: 5
Topic starter
(@cgistalker)
Active Member
Joined: 1 year ago

How to change color for posted colors from grey to black?

Style settings here, but color is still grey

image
image
2 Replies
Asti
Posts: 7056
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @cgistalker,

Please use the CSS code below: 

#wpdcom .wpd-comment-text p {
    color: #000000;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Don't forget to delete the caches before checking.

1 Reply
(@cgistalker)
Joined: 1 year ago

Active Member
Posts: 5

@asti it works, thanks!

Share: