<?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>
									Text Editor background - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 13 May 2026 09:58:02 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Text Editor background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/#post-46385</link>
                        <pubDate>Tue, 29 Sep 2020 08:59:38 +0000</pubDate>
                        <description><![CDATA[@donnongt,
Please don&#039;t duplicate the questions. 
Just follow this support topic:]]></description>
                        <content:encoded><![CDATA[<p>@donnongt,</p>
<p>Please don't duplicate the questions. </p>
<p>Just follow this support topic: https://wpforo.com/community/how-to-and-troubleshooting-2/changing-background-color-of-tinymce-editor/#post-46384</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/#post-46385</guid>
                    </item>
				                    <item>
                        <title>RE: Text Editor background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-46373</link>
                        <pubDate>Tue, 29 Sep 2020 00:50:46 +0000</pubDate>
                        <description><![CDATA[Posted by: @codetyper 
@anonymous3542 I solved all of this problems by install plugin &quot;TinyMCE Advanced&quot;.
Look at the screenshot.
tinymce.png

Hello. Could you give me some pointers int...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="4668" data-postid="15152" data-mention="codetyper">
<div class="wpforo-post-quote-author"><strong> Posted by: @codetyper </strong></div>
<p>@anonymous3542 I solved all of this problems by install plugin "TinyMCE Advanced".</p>
<p>Look at the screenshot.</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1522264805-tinymce.png" target="_blank" rel="noopener">tinymce.png</a></div>
</blockquote>
<p>Hello. Could you give me some pointers into how you configured the TinyMCE Advanced plugin to change the editor background color? I have been beating my head against the walls for hours now and cannot seem to make it work. I would really appreciate your help. Thanks. Eric</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DonnonGT</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-46373</guid>
                    </item>
				                    <item>
                        <title>RE: Text Editor background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/#post-46372</link>
                        <pubDate>Mon, 28 Sep 2020 22:30:47 +0000</pubDate>
                        <description><![CDATA[Posted by: @robert 
Sofy is right, there is no way to affect the editor style using CSS code. Try to use JS code in footer.php file of your WordPress active theme. Find the footer.php file ...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="1" data-postid="15108" data-mention="robert">
<div class="wpforo-post-quote-author"><strong> Posted by: @robert </strong></div>
<p>Sofy is right, there is no way to affect the editor style using CSS code. Try to use JS code in footer.php file of your WordPress active theme. Find the footer.php file and put this code after <span style="color: #800080">&lt;?php wp_footer() ?&gt;</span> function. The black bold codes are color codes (#000000 is the background, #dddddd is the font color), you can change those before using:</p>
<pre><span style="color: #376395;font-weight: bold">&lt;</span><span style="color: #5163ac;font-weight: bold">script </span><span style="color: #008d00;font-weight: bold">type=</span><span style="color: #7b65c8;font-weight: bold">"text/javascript"</span><span style="color: #376395;font-weight: bold">&gt;<br /></span>    <span style="color: #660e7a;font-weight: bold">jQuery</span><span style="color: #5163ac">(</span><span style="color: #660e7a;font-weight: bold;font-style: italic">window</span><span style="color: #5163ac">).</span><span style="color: #7a7a43">load</span><span style="color: #5163ac">(</span><span style="color: #000080;font-weight: bold">function</span><span style="color: #5163ac">() {<br /></span>        <span style="color: #660e7a;font-weight: bold;font-style: italic">tinyMCE</span><span style="color: #5163ac">.</span><span style="color: #660e7a;font-weight: bold">activeEditor</span><span style="color: #5163ac">.</span><span style="color: #660e7a;font-weight: bold">dom</span><span style="color: #5163ac">.</span><span style="color: #7a7a43">addStyle</span><span style="color: #5163ac">(</span><span style="color: #e32c20">'body{background-color:</span><strong><span style="color: #000000">#000000</span></strong><span style="color: #e32c20"> !important; color:</span><strong><span style="color: #000000">#dddddd</span></strong><span style="color: #e32c20"> !important;}'</span><span style="color: #5163ac">);<br /></span><span style="color: #5163ac">    });<br /></span><span style="color: #376395;font-weight: bold">&lt;/</span><span style="color: #5163ac;font-weight: bold">script</span><span style="color: #376395;font-weight: bold">&gt;</span></pre>
<p>It should look like this:</p>
<p>https://wpforo.com/wp-content/uploads/2018/03/wpForo-change-tinyMCE-background-color.png</p>
<p> </p>
<p> </p>
</blockquote>
<p>Unfortunately, this change only works on some of the editor backgrounds. It does not work on the post edit editor, as well as a couple of others. Any ideas about those?</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DonnonGT</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/#post-46372</guid>
                    </item>
				                    <item>
                        <title>RE: Text Editor background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/#post-30104</link>
                        <pubDate>Wed, 14 Aug 2019 10:37:14 +0000</pubDate>
                        <description><![CDATA[@robert
]]></description>
                        <content:encoded><![CDATA[<p>@robert</p>
<p></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>An</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/#post-30104</guid>
                    </item>
				                    <item>
                        <title>RE: Text Editor background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/3/#post-15177</link>
                        <pubDate>Thu, 29 Mar 2018 10:20:56 +0000</pubDate>
                        <description><![CDATA[Posted by: RobertThe single font doesn&#039;t work for you. Try to change it to this:font-family: Lato, Helvetica, sans-serif !important;@robert Thanks, this works perfectly.Much appreciated.]]></description>
                        <content:encoded><![CDATA[<blockquote><div class="wpforo-post-quote-author"><strong>Posted by: Robert</strong></div><p>The single font doesn't work for you. Try to change it to this:</p><pre>font-family: Lato, Helvetica, sans-serif !important;</pre></blockquote><p>@robert Thanks, this works perfectly.</p><p>Much appreciated.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous3542</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/3/#post-15177</guid>
                    </item>
				                    <item>
                        <title>RE: Text Editor background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-15164</link>
                        <pubDate>Wed, 28 Mar 2018 19:50:31 +0000</pubDate>
                        <description><![CDATA[The single font doesn&#039;t work for you. Try to change it to this:font-family: Lato, Helvetica, sans-serif !important;]]></description>
                        <content:encoded><![CDATA[<p>The single font doesn't work for you. Try to change it to this:</p><pre>font-family: Lato, Helvetica, sans-serif !important;</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-15164</guid>
                    </item>
				                    <item>
                        <title>RE: Text Editor background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-15162</link>
                        <pubDate>Wed, 28 Mar 2018 19:42:13 +0000</pubDate>
                        <description><![CDATA[I&#039;ve also seen some circumstances where font-family needs to be fontFamily or similar in TinyMCE .]]></description>
                        <content:encoded><![CDATA[<p>I've also seen some circumstances where font-family needs to be fontFamily or similar in TinyMCE .</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous3542</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-15162</guid>
                    </item>
				                    <item>
                        <title>RE: Text Editor background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-15160</link>
                        <pubDate>Wed, 28 Mar 2018 19:40:48 +0000</pubDate>
                        <description><![CDATA[@robert - essentially, it&#039;s this. However, the usual declaration for a font outside of the system installed is usually encased in quotes so I wonder if these need to be escaped &lt;script ty...]]></description>
                        <content:encoded><![CDATA[<p>@robert - essentially, it's this. However, the usual declaration for a font outside of the system installed is usually encased in quotes so I wonder if these need to be escaped </p><pre>&lt;script type="text/javascript"&gt;<br />    jQuery(window).load(function() {<br />        tinyMCE.activeEditor.dom.addStyle('body{background-color:<strong>#000000</strong> !important; color:<strong>#dddddd</strong> !important; font-family:lato !important;}');<br />    });<br />&lt;/script&gt;<br /><br /></pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Anonymous3542</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-15160</guid>
                    </item>
				                    <item>
                        <title>RE: Text Editor background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-15152</link>
                        <pubDate>Wed, 28 Mar 2018 19:18:51 +0000</pubDate>
                        <description><![CDATA[@anonymous3542 I solved all of this problems by install plugin &quot;TinyMCE Advanced&quot;.Look at the screenshot.tinymce.png]]></description>
                        <content:encoded><![CDATA[<p>@anonymous3542 I solved all of this problems by install plugin "TinyMCE Advanced".</p><p>Look at the screenshot.</p><div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1522264805-tinymce.png" target="_blank" rel="noopener">tinymce.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Codetyper</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-15152</guid>
                    </item>
				                    <item>
                        <title>RE: Text Editor background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-15148</link>
                        <pubDate>Wed, 28 Mar 2018 19:02:21 +0000</pubDate>
                        <description><![CDATA[What do you mean saying &quot;this&quot;? What is the code you use to change the font-family? The code I&#039;ve provided already works fine and does the job (bg color and font color).]]></description>
                        <content:encoded><![CDATA[<p>What do you mean saying "this"? What is the code you use to change the font-family? The code I've provided already works fine and does the job (bg color and font color).</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/paged/2/#post-15148</guid>
                    </item>
							        </channel>
        </rss>
		