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.
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
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.
It works! Thanks again!!
Jos