<?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>
									How do I change the forum topic font colors? - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 13 Mar 2026 10:52:27 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How do I change the forum topic font colors?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/4/#post-68836</link>
                        <pubDate>Wed, 10 Aug 2022 19:51:13 +0000</pubDate>
                        <description><![CDATA[Thanks. Just doing the whole page in my color was the original reason for this post. You added code after you said it&#039;s not a CSS code change, so I&#039;m confused. Are you saying paste this in o...]]></description>
                        <content:encoded><![CDATA[<p>Thanks. Just doing the whole page in my color was the original reason for this post. You added code after you said it's not a CSS code change, so I'm confused. Are you saying paste this in or not?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>starman71</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/4/#post-68836</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the forum topic font colors?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68774</link>
                        <pubDate>Wed, 10 Aug 2022 05:01:30 +0000</pubDate>
                        <description><![CDATA[then just do the whole page in your color
but this is usually a setting in your Wordpress theme and doesn&#039;t need to be overridden with extra CSS
body.page-id-459 #content {
background: #e...]]></description>
                        <content:encoded><![CDATA[<p>then just do the whole page in your color</p>
<p><br />but this is usually a setting in your Wordpress theme and doesn't need to be overridden with extra CSS</p>
<pre contenteditable="false">body.page-id-459 #content {
background: #e0e0d6 !important;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68774</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the forum topic font colors?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68773</link>
                        <pubDate>Wed, 10 Aug 2022 04:50:04 +0000</pubDate>
                        <description><![CDATA[Thanks, that made the borders go away but the inner and outer colors are still displaying differently.]]></description>
                        <content:encoded><![CDATA[<p>Thanks, that made the borders go away but the inner and outer colors are still displaying differently.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>starman71</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68773</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the forum topic font colors?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68772</link>
                        <pubDate>Wed, 10 Aug 2022 04:40:35 +0000</pubDate>
                        <description><![CDATA[@dimalifragis I appreciate all the help and am calm and have been. No worries. 🖐️]]></description>
                        <content:encoded><![CDATA[@dimalifragis I appreciate all the help and am calm and have been. No worries. 🖐️]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>starman71</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68772</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the forum topic font colors?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68770</link>
                        <pubDate>Wed, 10 Aug 2022 04:11:56 +0000</pubDate>
                        <description><![CDATA[@starman71
.page-id-459 .hentry {
background: #e0e0d6;
}
and remove this
#wpforo #wpforo-wrap #wpforo-menu li{margin: 0 0 0 -18px!important;}
&nbsp;Screenshot-2022-08-10-at-06-11-17-49...]]></description>
                        <content:encoded><![CDATA[<p>@starman71</p>
<pre contenteditable="false">.page-id-459 .hentry {
background: #e0e0d6;
}</pre>
<p>and remove this</p>
<pre contenteditable="false">#wpforo #wpforo-wrap #wpforo-menu li{margin: 0 0 0 -18px!important;}</pre>
<div id="wpfa-12555" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1660104716-Screenshot-2022-08-10-at-06-11-17-49ersFaithfulorg-Message-Boards.png" target="_blank" title="Screenshot-2022-08-10-at-06-11-17-49ersFaithful.org-Message-Boards.png"><i class="fas fa-paperclip"></i>&nbsp;Screenshot-2022-08-10-at-06-11-17-49ersFaithful.org-Message-Boards.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68770</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the forum topic font colors?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68764</link>
                        <pubDate>Wed, 10 Aug 2022 00:39:32 +0000</pubDate>
                        <description><![CDATA[@starman71 First Calm down a bit. We only try to help.
@tutrix is the absolute master of css, but i believe the area you are showing (white borders) doesn&#039;t belong to wpForo but to your the...]]></description>
                        <content:encoded><![CDATA[<p>@starman71 First Calm down a bit. We only try to help.</p>
<p>@tutrix is the absolute master of css, but i believe the area you are showing (white borders) doesn't belong to wpForo but to your theme. A bit narrow i would say. Doesn't your theme have some better settings for pages? I mean Full width, narrow, Boxed, custom?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68764</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the forum topic font colors?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68759</link>
                        <pubDate>Tue, 09 Aug 2022 23:38:54 +0000</pubDate>
                        <description><![CDATA[Ok guys, I get that you don&#039;t like Endurance and neither do we. It&#039;s shut off. Caching is NOT the issue. I flushed the cache and you can see the results (attachment). The outer edge of the p...]]></description>
                        <content:encoded><![CDATA[<p>Ok guys, I get that you don't like Endurance and neither do we. It's shut off. Caching is NOT the issue. I flushed the cache and you can see the results (attachment). The outer edge of the page is still lighter than the inner posting section because it appears that wpForo has some settings that causes this difference.</p>
<div id="wpfa-12549" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="page-colors.jpg" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1660088334-page-colors.jpg" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> page-colors.jpg</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>starman71</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68759</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the forum topic font colors?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68754</link>
                        <pubDate>Tue, 09 Aug 2022 21:27:43 +0000</pubDate>
                        <description><![CDATA[Posted by: @starman71 
Ok, I disabled the



Endurance Page Cache



plugin (see screenshot) which we never installed and only shows up in the &quot;must use&quot; area. This unfortunately st...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="62496" data-postid="68753" data-mention="starman71">
<div class="wpforo-post-quote-author"><strong> Posted by: @starman71 </strong></div>
<p>Ok, I disabled the</p>
<table class="wp-list-table widefat plugins">
<tbody id="the-list">
<tr class="active" data-slug="endurance-page-cache" data-plugin="endurance-page-cache.php">
<td class="plugin-title column-primary"><strong>Endurance Page Cache</strong></td>
</tr>
</tbody>
</table>
<p>plugin (see screenshot) which we never installed and only shows up in the "must use" area. This unfortunately still did not fix the color difference.</p>
<div id="wpfa-12548" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="Screenshot-8.png" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1660078057-Screenshot-8.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> Screenshot-8.png</a></div>
</blockquote>
<p>I see you are using Linode. Not sure how an Endurance plugin is installed in your account. Maybe you moved from some Endurance hosting companies?</p>
<p>Everything related to Endurance MUST be deleted for ever. Ask your Linode support.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68754</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the forum topic font colors?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68753</link>
                        <pubDate>Tue, 09 Aug 2022 20:47:37 +0000</pubDate>
                        <description><![CDATA[Ok, I disabled the



Endurance Page Cache



plugin (see screenshot) which we never installed and only shows up in the &quot;must use&quot; area. This unfortunately still did not fix the colo...]]></description>
                        <content:encoded><![CDATA[<p>Ok, I disabled the</p>
<table class="wp-list-table widefat plugins">
<tbody id="the-list">
<tr class="active" data-slug="endurance-page-cache" data-plugin="endurance-page-cache.php">
<td class="plugin-title column-primary"><strong>Endurance Page Cache</strong></td>
</tr>
</tbody>
</table>
plugin (see screenshot) which we never installed and only shows up in the "must use" area. This unfortunately still did not fix the color difference.
<div id="wpfa-12548" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="Screenshot-8.png" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1660078057-Screenshot-8.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> Screenshot-8.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>starman71</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/3/#post-68753</guid>
                    </item>
				                    <item>
                        <title>RE: How do I change the forum topic font colors?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/2/#post-68752</link>
                        <pubDate>Tue, 09 Aug 2022 19:49:06 +0000</pubDate>
                        <description><![CDATA[there is no difference when you finally remove wpForo from the cache pluginsee the two Attachments

Cache attachment in this post
and the forum attachment in the post above

 
&nbsp;Ca...]]></description>
                        <content:encoded><![CDATA[<p>there is no difference when you finally remove wpForo from the cache plugin<br />see the two Attachments</p>
<ul>
<li>Cache attachment in this post</li>
<li>and the forum attachment in the post above</li>
</ul>
<p> </p>
<div id="wpfa-12547" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1660074546-Cache.jpg" target="_blank" title="Cache.jpg"><i class="fas fa-paperclip"></i>&nbsp;Cache.jpg</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-do-i-change-the-forum-topic-font-colors/paged/2/#post-68752</guid>
                    </item>
							        </channel>
        </rss>
		