wpDiscuz Integration
3
Posts
2
Users
0
Reactions
599
Views
Jun 26, 2023 11:54 pm
I cant seem to get the css correct to separate the Author and the Reply font color. Everything that I have tried has changed them both to whatever color I try. Is it possible to get them into separate classes to define one as black and one as gray?
Thanks!
2 Replies
Jun 27, 2023 7:37 am
Hi @archerbullseye,
The CSS codes are provided below:
First code:
/*Changes the Author (only the Author) label color*/
#wpdcom .wpd-blog-post_author .wpd-comment-subheader .wpd-comment-label span {color:#120e0e;}
Second code :
/*Changes the cont color of the reply button*/ #wpdcom .wpd-comment-footer .wpd-reply-button span {color:blue}
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.
Jun 27, 2023 5:18 pm
Thanks, I will drop a review as well!