<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Adapt font color namefield seperate from textcolor reaction - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 16 Aug 2026 13:46:08 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Adapt font color namefield seperate from textcolor reaction</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28778</link>
                        <pubDate>Sat, 14 Jun 2025 09:07:29 +0000</pubDate>
                        <description><![CDATA[@asti Thanks a lot, Asti. Your support is really a great help.
Jos]]></description>
                        <content:encoded><![CDATA[<p>@asti Thanks a lot, Asti. Your support is really a great help.</p>
<p>Jos</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>joslammers</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28778</guid>
                    </item>
				                    <item>
                        <title>RE: Adapt font color namefield seperate from textcolor reaction</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28777</link>
                        <pubDate>Sat, 14 Jun 2025 09:05:28 +0000</pubDate>
                        <description><![CDATA[@joslammers 
Yes, the solution is fine. You can also insert the code in the &quot;Custom CSS code&quot; textarea, located in the Dashboard &gt; wpDiscuz &gt; Settings &gt; Styles &amp; Colors admin p...]]></description>
                        <content:encoded><![CDATA[<p>@joslammers </p>
<p>Yes, the solution is fine. You can also insert the code in the "Custom CSS code" textarea, located in the Dashboard &gt; wpDiscuz &gt; Settings &gt; Styles &amp; Colors admin page. </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28777</guid>
                    </item>
				                    <item>
                        <title>RE: Adapt font color namefield seperate from textcolor reaction</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28776</link>
                        <pubDate>Fri, 13 Jun 2025 17:01:34 +0000</pubDate>
                        <description><![CDATA[As explained: I could change the color of the reaction to black in the settings of wpdiscuz.
But then the display of this reaction on my website turned black also. Okay, except when the bac...]]></description>
                        <content:encoded><![CDATA[<p>As explained: I could change the color of the reaction to black in the settings of wpdiscuz.</p>
<p>But then the display of this reaction on my website turned black also. Okay, except when the background of the reactiontext is black as well :)</p>
<p>Jos</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>joslammers</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28776</guid>
                    </item>
				                    <item>
                        <title>RE: Adapt font color namefield seperate from textcolor reaction</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28775</link>
                        <pubDate>Fri, 13 Jun 2025 16:55:15 +0000</pubDate>
                        <description><![CDATA[This was the setting. Typing in the field name turned out with text in white, so no way to see if it was allright or not.
The code I put in CSS seems to have solved the problem? Hope I did ...]]></description>
                        <content:encoded><![CDATA[4331
<p>This was the setting. Typing in the field name turned out with text in white, so no way to see if it was allright or not.</p>
<p>The code I put in CSS seems to have solved the problem? Hope I did the right thing?</p>
<p>Jos</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>joslammers</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28775</guid>
                    </item>
				                    <item>
                        <title>RE: Adapt font color namefield seperate from textcolor reaction</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28774</link>
                        <pubDate>Fri, 13 Jun 2025 12:30:33 +0000</pubDate>
                        <description><![CDATA[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...]]></description>
                        <content:encoded><![CDATA[<p>I figured this out after combining different answers I found on the forum:</p>
<p>#wpdcom input.wc_name {<br />color: #000 !important;<br />}</p>
<p>I put this under main administrator - customizer - additional CSS.</p>
<p>Is this a proper solution?</p>
<p>Jos</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>joslammers</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28774</guid>
                    </item>
				                    <item>
                        <title>RE: Adapt font color namefield seperate from textcolor reaction</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28773</link>
                        <pubDate>Fri, 13 Jun 2025 09:34:50 +0000</pubDate>
                        <description><![CDATA[Could you please share some screenshots?]]></description>
                        <content:encoded><![CDATA[<p>Could you please share some screenshots? </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28773</guid>
                    </item>
				                    <item>
                        <title>Adapt font color namefield seperate from textcolor reaction</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28772</link>
                        <pubDate>Fri, 13 Jun 2025 08:39:26 +0000</pubDate>
                        <description><![CDATA[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 t...]]></description>
                        <content:encoded><![CDATA[<p>Hi forum.</p>
<p>Sorry, some little detail again in setting up wpDiscuz.</p>
<p>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.</p>
<p>So..: is there a way to adapt the color of the nametext without affecting the color of the reaction text?</p>
<p>Thanks for helping out!</p>
<p>Jos</p>
<p>Here the url: https://www.joslammers.nl/2025/06/12/anders/</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>joslammers</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/adapt-font-color-namefield-seperate-from-textcolor-reaction/#post-28772</guid>
                    </item>
							        </channel>
        </rss>
		