1 Reply
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.