wpDiscuz Integration
3
Posts
2
Users
0
Reactions
708
Views
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!