<?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>
									Transparent background - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 13 Jul 2026 15:55:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Transparent background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19885</link>
                        <pubDate>Tue, 02 Oct 2018 08:58:57 +0000</pubDate>
                        <description><![CDATA[Hi @theo,I think you should find some WEB Designer for your custom requirement. There is no a general easy way for your case. This is something we cannot help you. This requires lots of cust...]]></description>
                        <content:encoded><![CDATA[<p>Hi @theo,</p><p>I think you should find some WEB Designer for your custom requirement. There is no a general easy way for your case. This is something we cannot help you. This requires lots of custom CSS codding.</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/transparent-background/#post-19885</guid>
                    </item>
				                    <item>
                        <title>RE: Transparent background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19871</link>
                        <pubDate>Mon, 01 Oct 2018 20:06:49 +0000</pubDate>
                        <description><![CDATA[I see it changed a few things, but overall not exactly what i&#039;m looking for. Is there granular control of what I can make opaque? such as the  bar where it says &quot;Last Post&quot;, and I see I adde...]]></description>
                        <content:encoded><![CDATA[<p>I see it changed a few things, but overall not exactly what i'm looking for. Is there granular control of what I can make opaque? such as the  bar where it says "Last Post", and I see I added CSS to affect the post, but is this the post body, because it is not becoming transparent. I want to make everything that is not text or content or icons about 70% transparent. I have done it with my site widgets, so I want it to look uniform.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>theo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19871</guid>
                    </item>
				                    <item>
                        <title>RE: Transparent background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19865</link>
                        <pubDate>Mon, 01 Oct 2018 11:38:44 +0000</pubDate>
                        <description><![CDATA[Please navigate to Dashboard &gt; Forums &gt; Dashboard admin page, click on , then delete website cache and press Ctrl+F5 twice on forum front-end.]]></description>
                        <content:encoded><![CDATA[<p>Please navigate to Dashboard &gt; Forums &gt; Dashboard admin page, click on , then delete website cache and press Ctrl+F5 twice on forum front-end.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19865</guid>
                    </item>
				                    <item>
                        <title>RE: Transparent background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19863</link>
                        <pubDate>Mon, 01 Oct 2018 11:32:32 +0000</pubDate>
                        <description><![CDATA[Hi Sofy, thanks for the reply. I tried the code, but it didn&#039;t change anything. Am I missing something? I am trying to target all colors, except for content and text.]]></description>
                        <content:encoded><![CDATA[<p>Hi Sofy, thanks for the reply. I tried the code, but it didn't change anything. Am I missing something? I am trying to target all colors, except for content and text.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>theo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19863</guid>
                    </item>
				                    <item>
                        <title>RE: Transparent background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19859</link>
                        <pubDate>Mon, 01 Oct 2018 10:47:45 +0000</pubDate>
                        <description><![CDATA[Hi theo,Use this CSS code:#wpforo #wpforo-wrap {   background: transparent;}#wpforo #wpforo-wrap .wpf-breadcrumb a {   background: transparent;}#wpforo #wpforo-wrap .wpforo-post {   backgrou...]]></description>
                        <content:encoded><![CDATA[<p>Hi theo,</p><p>Use this CSS code:</p><pre>#wpforo #wpforo-wrap {<br />   background: transparent;<br />}<br />#wpforo #wpforo-wrap .wpf-breadcrumb a {<br />   background: transparent;<br />}<br />#wpforo #wpforo-wrap .wpforo-post {<br />   background-color: transparent!important;<br />}</pre><p>To change TinyMCE editor background color read this support topic:</p><p>https://wpforo.com/community/how-to-and-troubleshooting-2/text-editor-background/#post-15108</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19859</guid>
                    </item>
				                    <item>
                        <title>RE: Transparent background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19854</link>
                        <pubDate>Mon, 01 Oct 2018 04:29:02 +0000</pubDate>
                        <description><![CDATA[Definietely made it transparaent, but also the content. How do I make it so that only the backrground, not text becomes transparent?]]></description>
                        <content:encoded><![CDATA[<p>Definietely made it transparaent, but also the content. How do I make it so that only the backrground, not text becomes transparent?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>theo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19854</guid>
                    </item>
				                    <item>
                        <title>RE: Transparent background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19840</link>
                        <pubDate>Sun, 30 Sep 2018 18:31:45 +0000</pubDate>
                        <description><![CDATA[Try to decrease wpForo wrapper opacity. Put this CSS code in Dashboard &gt; Forums &gt; Settings &gt; Styles &gt; Custom CSS Code textarea. Save it, delete all caches and press Ctrl+F5 on fo...]]></description>
                        <content:encoded><![CDATA[<p>Try to decrease wpForo wrapper opacity. Put this CSS code in Dashboard &gt; Forums &gt; Settings &gt; Styles &gt; Custom CSS Code textarea. Save it, delete all caches and press Ctrl+F5 on forum front-end:</p><pre>#wpforo #wpforo-wrap {<br />      opacity: 0.9;<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>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19840</guid>
                    </item>
				                    <item>
                        <title>Transparent background</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19827</link>
                        <pubDate>Sun, 30 Sep 2018 09:39:21 +0000</pubDate>
                        <description><![CDATA[How do I make my colors semi-transparent?i have a background image on my site. And Would like the wpForo colors to be semi transparent so that I can see it]]></description>
                        <content:encoded><![CDATA[<p>How do I make my colors semi-transparent?</p><p>i have a background image on my site. And Would like the wpForo colors to be semi transparent so that I can see it</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>theo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/transparent-background/#post-19827</guid>
                    </item>
							        </channel>
        </rss>
		