<?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 upvote and downvote icons? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-upvote-and-downvote-icons/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 18 Apr 2026 23:15:26 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to change upvote and downvote icons?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-upvote-and-downvote-icons/#post-67625</link>
                        <pubDate>Sun, 24 Jul 2022 07:55:36 +0000</pubDate>
                        <description><![CDATA[Amazing :)]]></description>
                        <content:encoded><![CDATA[<p>Amazing :)</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Marco Panichi</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-upvote-and-downvote-icons/#post-67625</guid>
                    </item>
				                    <item>
                        <title>RE: How to change upvote and downvote icons?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-upvote-and-downvote-icons/#post-67618</link>
                        <pubDate>Sat, 23 Jul 2022 13:09:20 +0000</pubDate>
                        <description><![CDATA[@mpanichi
add this to custom css
#wpforo #wpforo-wrap .wpf-positive .fas.fa-play.fa-rotate-270::before {
content: &quot;\f164&quot;;
transform: rotate(90deg)!important;
display: inline-block !imp...]]></description>
                        <content:encoded><![CDATA[<p>@mpanichi</p>
<p>add this to custom css</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpf-positive .fas.fa-play.fa-rotate-270::before {
content: "\f164";
transform: rotate(90deg)!important;
display: inline-block !important;
}
#wpforo #wpforo-wrap .wpf-negative .fas.fa-play.fa-rotate-90::before {
content: "\f165";
transform: rotate(270deg)!important;
display: inline-block !important;
}</pre>
<p>Dashboard &gt; Forums &gt; Settings &gt; Style (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/how-to-change-upvote-and-downvote-icons/#post-67618</guid>
                    </item>
				                    <item>
                        <title>RE: How to change upvote and downvote icons?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-upvote-and-downvote-icons/#post-67617</link>
                        <pubDate>Sat, 23 Jul 2022 10:08:57 +0000</pubDate>
                        <description><![CDATA[Yes, it could be ok.
The idea is to use the thumb upand thumb down]]></description>
                        <content:encoded><![CDATA[<p>Yes, it could be ok.</p>
<p>The idea is to use the thumb up <a href="https://fontawesome.com/icons/thumbs-up?s=solid">https://fontawesome.com/icons/thumbs-up?s=solid</a> and thumb down https://fontawesome.com/icons/thumbs-down?s=solid</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Marco Panichi</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-upvote-and-downvote-icons/#post-67617</guid>
                    </item>
				                    <item>
                        <title>RE: How to change upvote and downvote icons?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-upvote-and-downvote-icons/#post-67602</link>
                        <pubDate>Sat, 23 Jul 2022 05:57:45 +0000</pubDate>
                        <description><![CDATA[@mpanichi,
Are you looking for changing the icon to another Font-Awesome icon?]]></description>
                        <content:encoded><![CDATA[<p>@mpanichi,</p>
<p>Are you looking for changing the icon to another Font-Awesome icon?</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/how-to-change-upvote-and-downvote-icons/#post-67602</guid>
                    </item>
				                    <item>
                        <title>How to change upvote and downvote icons?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-upvote-and-downvote-icons/#post-67585</link>
                        <pubDate>Fri, 22 Jul 2022 16:53:18 +0000</pubDate>
                        <description><![CDATA[I want to change upvote and downvote icons.
I saw on the HTML side that the icons are rendered using font awesome:
&lt;i class=&quot;wpforo-voteup fas fa-play fa-rotate-270 wpfcl-0&quot; data-type=&quot;...]]></description>
                        <content:encoded><![CDATA[<p>I want to change upvote and downvote icons.</p>
<p>I saw on the HTML side that the icons are rendered using font awesome:</p>
<pre contenteditable="false">&lt;i class="wpforo-voteup fas fa-play fa-rotate-270 wpfcl-0" data-type="reply" data-postid="22"&gt;&lt;/i&gt;</pre>
<p>I wanted to change that output but in the <strong>wpf-theme &gt; classic &gt; layouts &gt; 3 </strong>that HTML is rendered with a function:</p>
<pre contenteditable="false">&lt;?php wpforo_post_buttons( 'icon-text', 'positivevote', $forum, $topic, $post ); ?&gt;</pre>
<p>From this point I stucked: how can I change the icon?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Marco Panichi</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-change-upvote-and-downvote-icons/#post-67585</guid>
                    </item>
							        </channel>
        </rss>
		