How-to and Troubleshooting
3
Posts
2
Users
0
Reactions
93
Views
Jun 14, 2025 6:00 pm
Hi forum,
This is a minor issue, but still: how can I adapt the fontcolor of the name of the author of a reaction when replying? In the attached screenshot the name Astrid is in blue. How can I adapt that to the website style? Color of guests are set to orange, but that doesn't seem to influence this par
Jos
Website URL
2 Replies
Jun 16, 2025 10:40 am
Hi,
You can use the CSS code below:
#wpdcom .wpd-comment .wpd-reply-to a {
color: #fff;
}
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.
Jun 16, 2025 10:43 am
It works! Thanks again!!
Jos