<?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 to change the colour of a Spoiler Title - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 14 Jun 2026 06:56:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to change the colour of a Spoiler Title</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71612</link>
                        <pubDate>Sun, 11 Sep 2022 17:42:18 +0000</pubDate>
                        <description><![CDATA[That&#039;s wonderful, Thanks again @tutrix 
But it would be awesome if the developers could implement this small feature in forum update.
 
Thanks again 🙂]]></description>
                        <content:encoded><![CDATA[<p>That's wonderful, Thanks again @tutrix </p>
<p>But it would be awesome if the developers could implement this small feature in forum update.</p>
<p> </p>
<p>Thanks again 🙂 </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>amitkool21</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71612</guid>
                    </item>
				                    <item>
                        <title>RE: How to change the colour of a Spoiler Title</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71611</link>
                        <pubDate>Sun, 11 Sep 2022 17:37:23 +0000</pubDate>
                        <description><![CDATA[@amitkool21 
you can add the Post ID
example Post ID 14
#wpforo #wpforo-wrap #post-14 .wpf-spoiler-wrap .wpf-spoiler-title {
color: #ff0000;
}
#wpforo #wpforo-wrap #post-14 .wpf-spoile...]]></description>
                        <content:encoded><![CDATA[<p>@amitkool21 </p>
<p>you can add the Post ID</p>
<p>example Post ID 14</p>
<pre contenteditable="false">#wpforo #wpforo-wrap #post-14 .wpf-spoiler-wrap .wpf-spoiler-title {
color: #ff0000;
}
#wpforo #wpforo-wrap #post-14 .wpf-spoiler-wrap:nth-of-type(2n) .wpf-spoiler-title {
color: #ff9900;
}
#wpforo #wpforo-wrap #post-14 .wpf-spoiler-wrap:nth-of-type(3n) .wpf-spoiler-title {
color: #17a2b8;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71611</guid>
                    </item>
				                    <item>
                        <title>RE: How to change the colour of a Spoiler Title</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71610</link>
                        <pubDate>Sun, 11 Sep 2022 17:23:33 +0000</pubDate>
                        <description><![CDATA[Thanks again @tutrix 
That&#039;s a nice workaround. But there&#039;s a problem, Suppose I create an another topic in forums and need different colour on second spoiler and if I change it in custom c...]]></description>
                        <content:encoded><![CDATA[<p>Thanks again @tutrix </p>
<p>That's a nice workaround. But there's a problem, Suppose I create an another topic in forums and need different colour on second spoiler and if I change it in custom css, then all the spoilers in other topics will also change.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>amitkool21</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71610</guid>
                    </item>
				                    <item>
                        <title>RE: How to change the colour of a Spoiler Title</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71609</link>
                        <pubDate>Sun, 11 Sep 2022 17:11:40 +0000</pubDate>
                        <description><![CDATA[@amitkool21
#wpforo #wpforo-wrap .wpf-spoiler-wrap .wpf-spoiler-title {
 color: #ff0000;
}
#wpforo #wpforo-wrap .wpf-spoiler-wrap:nth-of-type(2n) .wpf-spoiler-title {
 color: #ff9900;
...]]></description>
                        <content:encoded><![CDATA[<p>@amitkool21</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpf-spoiler-wrap .wpf-spoiler-title {
 color: #ff0000;
}
#wpforo #wpforo-wrap .wpf-spoiler-wrap:nth-of-type(2n) .wpf-spoiler-title {
 color: #ff9900;
}
#wpforo #wpforo-wrap .wpf-spoiler-wrap:nth-of-type(3n) .wpf-spoiler-title {
 color: #17a2b8;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71609</guid>
                    </item>
				                    <item>
                        <title>RE: How to change the colour of a Spoiler Title</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71607</link>
                        <pubDate>Sun, 11 Sep 2022 17:02:31 +0000</pubDate>
                        <description><![CDATA[Thanks @tutrix 
It worked flawlessly, But what if we want to change the colour of 3 spoilers in a post with different different colours ?]]></description>
                        <content:encoded><![CDATA[<p>Thanks @tutrix </p>
<p>It worked flawlessly, But what if we want to change the colour of 3 spoilers in a post with different different colours ?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>amitkool21</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71607</guid>
                    </item>
				                    <item>
                        <title>RE: How to change the colour of a Spoiler Title</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71602</link>
                        <pubDate>Sun, 11 Sep 2022 16:07:49 +0000</pubDate>
                        <description><![CDATA[@amitkool21
Example 😉 
#wpforo #wpforo-wrap .wpf-spoiler-wrap .wpf-spoiler-title {
  color: #ff0000;
}]]></description>
                        <content:encoded><![CDATA[<p>@amitkool21</p>
<p>Example 😉 </p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpf-spoiler-wrap .wpf-spoiler-title {
  color: #ff0000;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71602</guid>
                    </item>
				                    <item>
                        <title>How to change the colour of a Spoiler Title</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71599</link>
                        <pubDate>Sun, 11 Sep 2022 15:29:15 +0000</pubDate>
                        <description><![CDATA[Hello,
 
As the topic says, How can we change the colour of a Spoiler Title ? 
For Example :

How to change the colour of Spoiler Title Hello, Because If we change it with the formattin...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p> </p>
<p>As the topic says, How can we change the colour of a Spoiler Title ? </p>
<p>For Example :</p>
<p>This is an example</p>
<p>How to change the colour of Spoiler Title Hello, Because If we change it with the formatting buttons, the whole Spoiler section gets hidden.</p>
<p>Thank You.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>amitkool21</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-the-colour-of-a-spoiler-title/#post-71599</guid>
                    </item>
							        </channel>
        </rss>
		