<?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 add color on a usergroup - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 13 Mar 2026 11:06:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to add color on a usergroup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/3/#post-85439</link>
                        <pubDate>Sun, 05 Feb 2023 12:24:30 +0000</pubDate>
                        <description><![CDATA[Thank you so much it worked!!!!!]]></description>
                        <content:encoded><![CDATA[<p>Thank you so much it worked!!!!!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>ewankooooooo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/3/#post-85439</guid>
                    </item>
				                    <item>
                        <title>RE: How to add color on a usergroup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/3/#post-85438</link>
                        <pubDate>Sun, 05 Feb 2023 12:02:29 +0000</pubDate>
                        <description><![CDATA[@martinentrp
I have found your mistake 😉 you use the wrong closing brackettherefore the css codes don&#039;t work
#wpforo #wpforo-wrap .wpf-p-error {
display: none;
)
replace ) with }]]></description>
                        <content:encoded><![CDATA[<p>@martinentrp</p>
<p>I have found your mistake 😉 <br />you use the wrong closing bracket<br />therefore the css codes don't work</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpf-p-error {
display: none;
)</pre>
<p>replace <span style="font-size: 18pt">)</span> with <span style="font-size: 18pt">}</span></p>]]></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-to-add-color-on-a-usergroup/paged/3/#post-85438</guid>
                    </item>
				                    <item>
                        <title>RE: How to add color on a usergroup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85434</link>
                        <pubDate>Sun, 05 Feb 2023 09:38:03 +0000</pubDate>
                        <description><![CDATA[@martinentrp 
you can try this code
#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfsut {
  color: #ff0000 !important;
  border: 1px solid #ff9900 !important;
}
but the code from Chris...]]></description>
                        <content:encoded><![CDATA[<p>@martinentrp </p>
<p>you can try this code</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpf-member-title.wpfut.wpfsut {
  color: #ff0000 !important;
  border: 1px solid #ff9900 !important;
}</pre>
<p><br />but the code from Chris also works (border)<br />see video</p>
<p><a href="https://app.screencast.com/kEMtjo5cVn0jk" target="_blank" rel="noopener">https://app.screencast.com/kEMtjo5cVn0jk</a></p>]]></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-to-add-color-on-a-usergroup/paged/2/#post-85434</guid>
                    </item>
				                    <item>
                        <title>RE: How to add color on a usergroup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85433</link>
                        <pubDate>Sun, 05 Feb 2023 08:57:16 +0000</pubDate>
                        <description><![CDATA[and i tried to default the color of the usergroup role, still not working
&nbsp;Screenshot-2023-02-05-165234.png]]></description>
                        <content:encoded><![CDATA[<p>and i tried to default the color of the usergroup role, still not working</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1675587451-Screenshot-2023-02-05-165234.png" target="_blank" title="Screenshot-2023-02-05-165234.png"><i class="fas fa-paperclip"></i>&nbsp;Screenshot-2023-02-05-165234.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>ewankooooooo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85433</guid>
                    </item>
				                    <item>
                        <title>RE: How to add color on a usergroup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85432</link>
                        <pubDate>Sun, 05 Feb 2023 08:56:35 +0000</pubDate>
                        <description><![CDATA[@Tutrix I putted the code still not working
&nbsp;Screenshot-2023-02-05-164819.png]]></description>
                        <content:encoded><![CDATA[<p>@Tutrix I putted the code still not working</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1675587395-Screenshot-2023-02-05-164819.png" target="_blank" title="Screenshot-2023-02-05-164819.png"><i class="fas fa-paperclip"></i>&nbsp;Screenshot-2023-02-05-164819.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>ewankooooooo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85432</guid>
                    </item>
				                    <item>
                        <title>RE: How to add color on a usergroup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85412</link>
                        <pubDate>Sat, 04 Feb 2023 07:11:44 +0000</pubDate>
                        <description><![CDATA[Chris has edited the code, so use the edited code
 
&nbsp;early-bird.png]]></description>
                        <content:encoded><![CDATA[<p></p>
<p>okay i removed the code</p>
<p></p>
<p>Chris has edited the code, so use the edited code</p>
<p> </p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1675494704-early-bird.png" target="_blank" title="early-bird.png"><i class="fas fa-paperclip"></i>&nbsp;early-bird.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-to-add-color-on-a-usergroup/paged/2/#post-85412</guid>
                    </item>
				                    <item>
                        <title>RE: How to add color on a usergroup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85410</link>
                        <pubDate>Sat, 04 Feb 2023 02:09:22 +0000</pubDate>
                        <description><![CDATA[@Chris ohh okay i removed the code that you sent me]]></description>
                        <content:encoded><![CDATA[<p>@Chris ohh okay i removed the code that you sent me</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>ewankooooooo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85410</guid>
                    </item>
				                    <item>
                        <title>RE: How to add color on a usergroup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85371</link>
                        <pubDate>Fri, 03 Feb 2023 09:06:39 +0000</pubDate>
                        <description><![CDATA[@martinentrp,
edited/changed the CSS Code provided earlier.]]></description>
                        <content:encoded><![CDATA[<p>@martinentrp,</p>
<p>edited/changed the CSS Code provided earlier.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85371</guid>
                    </item>
				                    <item>
                        <title>RE: How to add color on a usergroup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85347</link>
                        <pubDate>Thu, 02 Feb 2023 10:44:33 +0000</pubDate>
                        <description><![CDATA[@Chris
 
here]]></description>
                        <content:encoded><![CDATA[<p>@Chris</p>
<p> </p>
<p>here https://wealthupskill.com/forum/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>ewankooooooo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/paged/2/#post-85347</guid>
                    </item>
				                    <item>
                        <title>RE: How to add color on a usergroup</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/#post-85293</link>
                        <pubDate>Wed, 01 Feb 2023 13:04:09 +0000</pubDate>
                        <description><![CDATA[@martinentrp,
Please provide a URL where I can see your secondary usergroup and write the CSS on that.]]></description>
                        <content:encoded><![CDATA[<p>@martinentrp,</p>
<p>Please provide a URL where I can see your secondary usergroup and write the CSS on that.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-color-on-a-usergroup/#post-85293</guid>
                    </item>
							        </channel>
        </rss>
		