<?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>
									Can I change this icon? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-change-this-icon/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 07 Aug 2026 15:35:59 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Can I change this icon?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-change-this-icon/#post-116791</link>
                        <pubDate>Thu, 15 Aug 2024 17:15:32 +0000</pubDate>
                        <description><![CDATA[If you want a self-created icon for each rating level, then yes]]></description>
                        <content:encoded><![CDATA[<p></p>
<p>But we need to make 11 images and 11 css.</p>
<p></p>
<p>If you want a self-created icon for each rating level, then yes</p>]]></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/can-i-change-this-icon/#post-116791</guid>
                    </item>
				                    <item>
                        <title>RE: Can I change this icon?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-change-this-icon/#post-116786</link>
                        <pubDate>Thu, 15 Aug 2024 12:33:54 +0000</pubDate>
                        <description><![CDATA[This CSS will help transform any custom icons that we have customized or added, is that correct? But we need to make 11 images and 11 css. Am I understanding this correctly?
#wpforo #wpforo...]]></description>
                        <content:encoded><![CDATA[<p>This CSS will help transform any custom icons that we have customized or added, is that correct? But we need to make 11 images and 11 css. Am I understanding this correctly?</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .myicon {
  background: url(Path to your self-created icon);
  background-size: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>thaiforextrading</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-change-this-icon/#post-116786</guid>
                    </item>
				                    <item>
                        <title>RE: Can I change this icon?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-change-this-icon/#post-116785</link>
                        <pubDate>Thu, 15 Aug 2024 12:17:41 +0000</pubDate>
                        <description><![CDATA[@allenbest51 
Example for the 3 green starsReplace fas fa-star with (for example) myiconand then add this CSS code to custom css
#wpforo #wpforo-wrap .myicon {
  background: url(Path to y...]]></description>
                        <content:encoded><![CDATA[<p>@allenbest51 </p>
<p>Example for the 3 green stars<br /><br />Replace <strong>fas fa-star</strong> with (for example) <strong>myicon</strong><br /><br />and then add this CSS code to custom css</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .myicon {
  background: url(Path to your self-created icon);
  background-size: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
}
</pre>
<p>to display only the first icon and not all 3</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .myicon:nth-of-type(2),
#wpforo #wpforo-wrap .myicon:nth-of-type(3){
  display: none;
}</pre>
<p><br />Dashboard &gt; wpForo &gt; Settings &gt; Colors &amp; Styles &gt; Custom CSS</p>]]></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/can-i-change-this-icon/#post-116785</guid>
                    </item>
				                    <item>
                        <title>Can I change this icon?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-change-this-icon/#post-116781</link>
                        <pubDate>Thu, 15 Aug 2024 03:12:51 +0000</pubDate>
                        <description><![CDATA[Can I change the number of icons that appear on the left-hand side? And can I change the icon on the right-hand side to an icon that I created myself?
 
 
&nbsp;Screenshot_16.jpg]]></description>
                        <content:encoded><![CDATA[<p>Can I change the number of icons that appear on the left-hand side? And can I change the icon on the right-hand side to an icon that I created myself?</p>
<p> </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/1723691571-Screenshot_16.jpg" target="_blank" title="Screenshot_16.jpg"><i class="fas fa-paperclip"></i>&nbsp;Screenshot_16.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>thaiforextrading</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/can-i-change-this-icon/#post-116781</guid>
                    </item>
							        </channel>
        </rss>
		