<?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>
									change colors and disable hide comment function - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/change-colors-and-disable-hide-comment-function/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 22 Jul 2026 23:33:53 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: change colors and disable hide comment function</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/change-colors-and-disable-hide-comment-function/#post-7863</link>
                        <pubDate>Mon, 29 Mar 2021 10:57:10 +0000</pubDate>
                        <description><![CDATA[@asti ok, I understand. Thnx for helping. Great support. Great product. best regards Nico]]></description>
                        <content:encoded><![CDATA[@asti ok, I understand. Thnx for helping. Great support. Great product. best regards Nico]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Nick776</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/change-colors-and-disable-hide-comment-function/#post-7863</guid>
                    </item>
				                    <item>
                        <title>RE: change colors and disable hide comment function</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/change-colors-and-disable-hide-comment-function/#post-7862</link>
                        <pubDate>Mon, 29 Mar 2021 10:53:49 +0000</pubDate>
                        <description><![CDATA[@nick776,
You can add the code there as well as the in the textarea mentioned in this article:]]></description>
                        <content:encoded><![CDATA[<p>@nick776,</p>
<p>You can add the code there as well as the in the textarea mentioned in this article: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/</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/change-colors-and-disable-hide-comment-function/#post-7862</guid>
                    </item>
				                    <item>
                        <title>RE: change colors and disable hide comment function</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/change-colors-and-disable-hide-comment-function/#post-7861</link>
                        <pubDate>Mon, 29 Mar 2021 10:38:15 +0000</pubDate>
                        <description><![CDATA[thnx for helping @astiis this the right place for the css under styles &amp; colors as you can see at the screenshot? sry for that question but we have the german version and we do not know ...]]></description>
                        <content:encoded><![CDATA[thnx for helping @asti<br /><br />is this the right place for the css under styles &amp; colors as you can see at the screenshot? sry for that question but we have the german version and we do not know what Top Admin Bar &gt; Customize means<br /><br />
1373]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Nick776</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/change-colors-and-disable-hide-comment-function/#post-7861</guid>
                    </item>
				                    <item>
                        <title>RE: change colors and disable hide comment function</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/change-colors-and-disable-hide-comment-function/#post-7860</link>
                        <pubDate>Mon, 29 Mar 2021 10:06:33 +0000</pubDate>
                        <description><![CDATA[@nick776,

is there a way to disable the &quot;hide comment&quot; function as you can see at the screenshot left side?

Use the CSS code below: 
#wpdcom .wpd-comment-right:hover .wpd-comment-foot...]]></description>
                        <content:encoded><![CDATA[<p><span>@nick776,</span></p>
<blockquote>
<p><span>is there a way to disable the "hide comment" function as you can see at the screenshot left side?</span></p>
</blockquote>
<p>Use the CSS code below: </p>
<pre contenteditable="false">#wpdcom .wpd-comment-right:hover .wpd-comment-footer .wpd-toggle, #wpdcom .wpd-comment-footer .wpd-sep {
     display: none !important;
}</pre>
<blockquote>
<p><span>is there a way to change the color of the rating-thumb</span></p>
</blockquote>
<p>Use the code provided below: </p>
<pre contenteditable="false">#wpdcom .wpd-up {
   color: ***#da7878*** !important;
}
#wpdcom .wpd-up svg{
   fill: ***#da7878*** !important;
}</pre>
<blockquote>
<p><span>color for the commentator as you can see at the screenshot left side.</span></p>
</blockquote>
<p>Here is the code you can use:</p>
<pre contenteditable="false">#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-bottom a{
   color:***#da7878***  !important;
}</pre>
<p>Put the code in the Top Admin Bar &gt; Customize &gt; Additional CSS &gt; "Additional CSS" textarea, save it, delete all caches and check again. </p>
<p>The <span style="color: #ff0000">red </span>marked value can be changed as you like.   </p>
<p>Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.</p>
<p> </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/change-colors-and-disable-hide-comment-function/#post-7860</guid>
                    </item>
				                    <item>
                        <title>change colors and disable hide comment function</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/change-colors-and-disable-hide-comment-function/#post-7859</link>
                        <pubDate>Mon, 29 Mar 2021 09:48:01 +0000</pubDate>
                        <description><![CDATA[Hi there,
is there a way to disable the &quot;hide comment&quot; function as you can see at the screenshot left side?
is there a way to change the color of the rating-thumb and the color for the com...]]></description>
                        <content:encoded><![CDATA[<p>Hi there,</p>
<p>is there a way to disable the "hide comment" function as you can see at the screenshot left side?</p>
<p>is there a way to change the color of the rating-thumb and the color for the commentator as you can see at the screenshot left side.</p>
<p> </p>
<p>We did not found the options.</p>
<p> </p>
<p>thnx for helping</p>
<p>Nico</p>
1372
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>Nick776</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/change-colors-and-disable-hide-comment-function/#post-7859</guid>
                    </item>
							        </channel>
        </rss>
		