<?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>
									Class/ID for Category or Forum - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 16 May 2026 11:13:01 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Class/ID for Category or Forum</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38256</link>
                        <pubDate>Thu, 19 Mar 2020 12:28:54 +0000</pubDate>
                        <description><![CDATA[Let me give you an example: 
 
I want to apply these 2 styles to 2 different categories: 
 
Category 1:
.wpfl-2 .specific-class-cat-1 .wpforo-category {background: #fff!important;}
 
...]]></description>
                        <content:encoded><![CDATA[<p>Let me give you an example: </p>
<p> </p>
<p>I want to apply these 2 styles to 2 different categories: </p>
<p> </p>
<p>Category 1:</p>
<pre>.wpfl-2 <span style="color: #ff0000">.specific-class-cat-1</span> .wpforo-category {<br />background: #fff!important;<br />}</pre>
<p> </p>
<p>Category 2: </p>
<pre>.wpfl-2 <span style="color: #ff0000">.specific-class-cat-2</span> .wpforo-category {<br />background: #000!important;<br />}</pre>
<p> </p>
<p>I'm exploring an option to add <span style="color: #ff0000">.specific-class-cat-1</span> or <span style="color: #ff0000">.specific-class-cat-2<span style="color: #000000">. Or if some forum-specific class already exists, what is it? </span></span></p>
<p> </p>
<p><span style="color: #ff0000"><span style="color: #000000">Thanks, hope this helps clarify. </span></span></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>jadenew</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38256</guid>
                    </item>
				                    <item>
                        <title>RE: Class/ID for Category or Forum</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38254</link>
                        <pubDate>Thu, 19 Mar 2020 12:18:39 +0000</pubDate>
                        <description><![CDATA[@sofy Hi there. Thanks for the quick answer.&nbsp;
&nbsp;
Maybe I was not clear with my question. I am familiar with what you have described. What I&#039;m after is to be able to style each for...]]></description>
                        <content:encoded><![CDATA[<p>@sofy Hi there. Thanks for the quick answer.&nbsp;</p>
<p>&nbsp;</p>
<p>Maybe I was not clear with my question. I am familiar with what you have described. What I'm after is to be able to style each forum or category <em><span style="text-decoration: underline">differently</span></em>.&nbsp;</p>
<p>&nbsp;</p>
<p>Example:</p>
<p>&nbsp;</p>
<p>Forum "Business" - red color background</p>
<p>Forum "Leisure" - blue color background</p>
<p>&nbsp;</p>
<p>Doing what you have described will style both forums "Business" and "Leisure" the same color. But I would like to style them differently. For that reason, I was looking to see if there is a way to add a forum-specific <strong><em>class</em> </strong>or <strong><em>id</em> </strong>to each forum and category?&nbsp;</p>
<p>&nbsp;</p>
<p>Thank you</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>jadenew</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38254</guid>
                    </item>
				                    <item>
                        <title>RE: Class/ID for Category or Forum</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38248</link>
                        <pubDate>Thu, 19 Mar 2020 09:48:18 +0000</pubDate>
                        <description><![CDATA[@jadenew,
Below is provided an example of how you can customize the categories.&nbsp;
For example, if you need to change the background color of only the first category you should use this...]]></description>
                        <content:encoded><![CDATA[<p>@jadenew,</p>
<p>Below is provided an example of how you can customize the categories.&nbsp;</p>
<p>For example, if you need to change the background color of only the first category you should use this code:&nbsp;</p>
<pre>#wpforo #wpforo-wrap .wpfl-2:<strong>first-of-type</strong> .wpforo-category {<br />   background: #<span style="color: #ff0000">d8b3b3</span> !important;<br />}</pre>
<p>You can find all classes by pressing F12 on the browser and opening Chrome or Firefox Console:</p>
<p><a class="wpforo-auto-embeded-link everlightbox-trigger" href="../../../wp-content/uploads/2018/10/wpForo-inspect-HTML-code-and-css-classes.png" target="_blank" rel="noopener"><img class="wpforo-auto-embeded-image lazyloaded" src="../../../wp-content/uploads/2018/10/wpForo-inspect-HTML-code-and-css-classes.png" data-src="https://wpforo.com/wp-content/uploads/2018/10/wpForo-inspect-HTML-code-and-css-classes.png" /></a></p>
<p><a class="wpforo-auto-embeded-link everlightbox-trigger" href="../../../wp-content/uploads/2018/10/wpForo-find-class-of-a-div.png" target="_blank" rel="noopener"><img class="wpforo-auto-embeded-image lazyloaded" src="../../../wp-content/uploads/2018/10/wpForo-find-class-of-a-div.png" data-src="https://wpforo.com/wp-content/uploads/2018/10/wpForo-find-class-of-a-div.png" /></a></p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1584611298-background-color.png" target="_blank"><i class="fas fa-paperclip"></i>&nbsp;background-color.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>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38248</guid>
                    </item>
				                    <item>
                        <title>RE: Class/ID for Category or Forum</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38220</link>
                        <pubDate>Wed, 18 Mar 2020 18:27:09 +0000</pubDate>
                        <description><![CDATA[@sofy not sure what happened. Can you please try again, I have updated some settings.]]></description>
                        <content:encoded><![CDATA[<p>@sofy not sure what happened. Can you please try again, I have updated some settings. </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>jadenew</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38220</guid>
                    </item>
				                    <item>
                        <title>RE: Class/ID for Category or Forum</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38159</link>
                        <pubDate>Tue, 17 Mar 2020 12:48:11 +0000</pubDate>
                        <description><![CDATA[@sofy Ah many thanks - hadn&#039;t spotted that!
(And hadn&#039;t worked out how to do private messages on this site either, not something my site really needs.)
OK, will send a link in a bit, thoug...]]></description>
                        <content:encoded><![CDATA[<p>@sofy Ah many thanks - hadn't spotted that!</p>
<p>(And hadn't worked out how to do private messages on this site either, not something my site really needs.)</p>
<p>OK, will send a link in a bit, though being realistic it's a nice to have, rather than an essential.</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>hill-seeker91</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38159</guid>
                    </item>
				                    <item>
                        <title>RE: Class/ID for Category or Forum</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38158</link>
                        <pubDate>Tue, 17 Mar 2020 12:22:54 +0000</pubDate>
                        <description><![CDATA[@jadenew,
We are not able to access your forum we see the message below even if we logged in via the details you&#039;ve provided.&nbsp;

Maintenance mode
The site will be available soon!]]></description>
                        <content:encoded><![CDATA[<p><span>@jadenew,</span></p>
<p>We are not able to access your forum we see the message below even if we logged in via the details you've provided.&nbsp;</p>
<blockquote>
<h1>Maintenance mode</h1>
<p>The site will be available soon!</p>
</blockquote>]]></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/class-id-for-category-or-forum/#post-38158</guid>
                    </item>
				                    <item>
                        <title>RE: Class/ID for Category or Forum</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38143</link>
                        <pubDate>Tue, 17 Mar 2020 07:41:41 +0000</pubDate>
                        <description><![CDATA[@hill-seeker91,

I&#039;m keen to do this as well - but my forum is private so can&#039;t post the URL?

You can create a new private topic and leave your forum URL.&nbsp;

(Had just come to pos...]]></description>
                        <content:encoded><![CDATA[<p>@hill-seeker91,</p>
<blockquote>
<p><span>I'm keen to do this as well - but my forum is private so can't post the URL?</span></p>
</blockquote>
<p><span>You can create a new private topic and leave your forum URL.&nbsp;</span></p>
<blockquote>
<p><span>(Had just come to post a query about what the "Forum color" option does in Forums&gt;Forums&gt;Forums and Categories&gt;Additional Options does? As it looks like that&nbsp;<em>should</em>&nbsp;change the forum (or category) colour but doesn't appear to?)</span></p>
</blockquote>
<p><span>The option changes the icons of the forum in the threaded layout. See the screenshot below.&nbsp;</span></p>
<p>&nbsp;</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1584430901-color.png" target="_blank"><i class="fas fa-paperclip"></i>&nbsp;color.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>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38143</guid>
                    </item>
				                    <item>
                        <title>RE: Class/ID for Category or Forum</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38141</link>
                        <pubDate>Tue, 17 Mar 2020 07:34:16 +0000</pubDate>
                        <description><![CDATA[@jadenew,
please send the login details with your forum URL to infogvectors.com email address.&nbsp;
&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>@jadenew,</p>
<p>please send the login details with your forum URL to infogvectors.com email address.&nbsp;</p>
<p>&nbsp;</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/class-id-for-category-or-forum/#post-38141</guid>
                    </item>
				                    <item>
                        <title>RE: Class/ID for Category or Forum</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38126</link>
                        <pubDate>Mon, 16 Mar 2020 17:03:05 +0000</pubDate>
                        <description><![CDATA[Hi there @sofy. Thank you for the quick reply &amp; help. Do you have an option to post a private reply? My site is in maintenance mode and I need to give you a temporary login to bypass it....]]></description>
                        <content:encoded><![CDATA[<p>Hi there @sofy. Thank you for the quick reply &amp; help. Do you have an option to post a private reply? My site is in maintenance mode and I need to give you a temporary login to bypass it.&nbsp;</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>jadenew</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38126</guid>
                    </item>
				                    <item>
                        <title>RE: Class/ID for Category or Forum</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38125</link>
                        <pubDate>Mon, 16 Mar 2020 16:42:18 +0000</pubDate>
                        <description><![CDATA[Hi @Sofy I&#039;m keen to do this as well - but my forum is private so can&#039;t post the URL?
(Had just come to post a query about what the &quot;Forum color&quot; option does in Forums&gt;Forums&gt;Forums a...]]></description>
                        <content:encoded><![CDATA[<p>Hi @Sofy I'm keen to do this as well - but my forum is private so can't post the URL?</p>
<p>(Had just come to post a query about what the "Forum color" option does in Forums&gt;Forums&gt;Forums and Categories&gt;Additional Options does? As it looks like that <em>should</em> change the forum (or category) colour but doesn't appear to?)</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1584376938-Forum-Colour-Additional-Options.jpg" target="_blank"><i class="fas fa-paperclip"></i>&nbsp;Forum-Colour-Additional-Options.jpg</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>hill-seeker91</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/class-id-for-category-or-forum/#post-38125</guid>
                    </item>
							        </channel>
        </rss>
		