Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
2 Replies
Apr 15, 2025 3:17 pm
Hi,
The CSS code:
#wpdcom .wpd-comment .wpd-reply-to a {color: #000;}
For the like button, use this one:
#wpdcom .wpd-up svg{
fill: #000 !important;
}
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
The red-marked value can be changed as you like.
Apr 19, 2025 4:25 pm
Thank you!