Hi forum.
Sorry, some little detail again in setting up wpDiscuz.
How can I change the textcolor of de namefield of the reactionform? When I change reactiontext in the setup, the text of the reaction itself change too. Since the reactions appear on a dark background and the namefield has a white background, I don't want these two textcolors to be the same.
So..: is there a way to adapt the color of the nametext without affecting the color of the reaction text?
Thanks for helping out!
Jos
Here the url: https://www.joslammers.nl/2025/06/12/anders/
Could you please share some screenshots?
I figured this out after combining different answers I found on the forum:
#wpdcom input.wc_name {
color: #000 !important;
}
I put this under main administrator - customizer - additional CSS.
Is this a proper solution?
Jos