<?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>
									Changing Fonts and Colors of Certain Elements - 2 - How-to and Troubleshooting				            </title>
            <link>https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 04 Sep 2026 20:39:02 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Changing Fonts and Colors of Certain Elements - 2</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12901</link>
                        <pubDate>Thu, 13 Jan 2022 12:50:36 +0000</pubDate>
                        <description><![CDATA[Posted by: @asti 
Please don&#039;t edit the files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost. 

I know, I will rememb...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="407" data-postid="12900" data-mention="asti">
<div class="wpforo-post-quote-author"><strong> Posted by: @asti </strong></div>
<p>Please don't edit the files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost. </p>
</blockquote>
<p>I know, I will remember. And I will try <span>update-safe way yet. Thanks</span></p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>alexch</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12901</guid>
                    </item>
				                    <item>
                        <title>RE: Changing Fonts and Colors of Certain Elements - 2</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12900</link>
                        <pubDate>Thu, 13 Jan 2022 12:45:20 +0000</pubDate>
                        <description><![CDATA[@alexch,
Please don&#039;t edit the files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost. 
Try at least the update-safe way...]]></description>
                        <content:encoded><![CDATA[<p>@alexch,</p>
<p>Please don't edit the files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost. </p>
<p>Try at least the update-safe way provided here: https://wpdiscuz.com/docs/wpdiscuz-7/customization/custom-template-and-style/</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/changing-fonts-and-colors-of-certain-elements-2/#post-12900</guid>
                    </item>
				                    <item>
                        <title>RE: Changing Fonts and Colors of Certain Elements - 2</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12899</link>
                        <pubDate>Thu, 13 Jan 2022 12:42:50 +0000</pubDate>
                        <description><![CDATA[I was unable to color the editor buttons, so I changed the color code in the original css files]]></description>
                        <content:encoded><![CDATA[<p>I was unable to color the editor buttons, so I changed the color code in the original css files</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>alexch</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12899</guid>
                    </item>
				                    <item>
                        <title>RE: Changing Fonts and Colors of Certain Elements - 2</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12898</link>
                        <pubDate>Thu, 13 Jan 2022 12:36:14 +0000</pubDate>
                        <description><![CDATA[I answer my own question. My CSS looks like this
/* --- social tooltip zone */
#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i:hover{
color: #ffffff;
}
.wpd-toolti...]]></description>
                        <content:encoded><![CDATA[<p>I answer my own question. My CSS looks like this</p>
<pre contenteditable="false">/* --- social tooltip zone */
#wpdcom .wpd-comment-header .wpd-comment-share .wpd-tooltip-content i:hover{
color: #ffffff;
}
.wpd-tooltip .wpd-tooltip-content {
background: #6f6750;
}
.wpd-tooltip .wpd-tooltip-content::after {
background: #6f6750;
}

/* --- rating circle color */
#wpd-post-rating .wpd-rating-wrap .wpd-rating-value:hover {
background-color: #6f6750;
}

/* --- buble without shadows */
#wpd-bubble-wrapper&gt;div {
box-shadow: none !important;
}

/* --- finger up like button color */
.wpd-comment-footer .wpd-vote-up svg:hover {
fill: #ff6f61 !important;
}
#wpdcom .wpd-up {
color: #ff6f61 !important;
}
#wpdcom .wpd-up svg {
fill: #ff6f61 !important;
}
#wpdcom.wpd-layout-3 .wpd-comment .wpd-comment-footer .wpd-vote-up.wpd-up {
border: 1px solid #ff6f61 !important;
}

/* --- link's color */
#wpdcom .wpd-comment-text a {
color: #ff6f61 ;
}
#wpdcom .wpd-comment-text a:hover {
color: #ff6f61 ;
}

/* --- tooltip color */
::before {
border-color: #6f6750 transparent transparent transparent;
}
::after {
background: #6f6750;
}

/* --- when user loged. color */
#wpdcom .wpd-auth .wpd-login a {
color: #ff6f61;
}
#wpdcom .wpd-auth .wpd-login a:hover {
color: #ff6f61 ;
}</pre>
<p>My question has been resolved. Thanks</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>alexch</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12898</guid>
                    </item>
				                    <item>
                        <title>RE: Changing Fonts and Colors of Certain Elements - 2</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12851</link>
                        <pubDate>Tue, 11 Jan 2022 07:39:31 +0000</pubDate>
                        <description><![CDATA[@alexch,
We don&#039;t provide CSS codes for style customization. We may help in 1-2 simple questions related to colours and background but not more. 
Just find the classes by pressing F12 on t...]]></description>
                        <content:encoded><![CDATA[<p>@alexch,</p>
<p>We don't provide CSS codes for style customization. <span>We may help in 1-2 simple questions related to colours and background but not more. </span></p>
<p>Just find the classes by pressing F12 on the browser and opening Chrome or Firefox Console, it'll help you easily write CSS rules you need to customize. </p>
<p><a class="everlightbox-trigger" title="CSS" href="https://gvectors.com/wp-content/uploads/wpforo/attachments/6750/3221-CSS.png" rel="nofollow" data-gallery="#wpf-content-blueimp-gallery"><img title="CSS" src="https://gvectors.com/wp-content/uploads/wpforo/attachments/6750/thumbnail/3221-CSS.png" alt="CSS" /></a></p>
<p>For example, the first point can be changed by using the CSS code below: </p>
<pre contenteditable="false">#wpdcom .wpd-auth .wpd-login a {
   color: <span>#0e5a00;</span>
}</pre>
<p>The rest of the colours you should change yourself.</p>
<p><span>Thank you for your understanding.</span></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/changing-fonts-and-colors-of-certain-elements-2/#post-12851</guid>
                    </item>
				                    <item>
                        <title>RE: Changing Fonts and Colors of Certain Elements - 2</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12848</link>
                        <pubDate>Mon, 10 Jan 2022 16:58:02 +0000</pubDate>
                        <description><![CDATA[@asti i read, but i don&#039;t understand what i have to doI am not a programmerhelp me]]></description>
                        <content:encoded><![CDATA[@asti <br />i read, but i don't understand what i have to do<br />I am not a programmer<br />help me]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>alexch</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12848</guid>
                    </item>
				                    <item>
                        <title>RE: Changing Fonts and Colors of Certain Elements - 2</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12844</link>
                        <pubDate>Mon, 10 Jan 2022 16:13:03 +0000</pubDate>
                        <description><![CDATA[The answer is the same, please read it again you&#039;ll find some hints:]]></description>
                        <content:encoded><![CDATA[<p>The answer is the same, please read it again you'll find some hints:</p>
<p>https://wpdiscuz.com/community/postid/12428/</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/changing-fonts-and-colors-of-certain-elements-2/#post-12844</guid>
                    </item>
				                    <item>
                        <title>Changing Fonts and Colors of Certain Elements - 2</title>
                        <link>https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12841</link>
                        <pubDate>Mon, 10 Jan 2022 14:44:38 +0000</pubDate>
                        <description><![CDATA[I read the posthave the same questiongive me the css how to change the color of the elements that indicated Naomi
Thanks]]></description>
                        <content:encoded><![CDATA[<p>I read the post https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements/<br />I have the same question<br />give me the css how to change the color of the elements that indicated Naomi</p>
<p>Thanks</p>
<div id="gtx-trans">
<div class="gtx-trans-icon"> </div>
</div>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/troubleshooting/">How-to and Troubleshooting</category>                        <dc:creator>alexch</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/troubleshooting/changing-fonts-and-colors-of-certain-elements-2/#post-12841</guid>
                    </item>
							        </channel>
        </rss>
		