<?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>
									Removing Rss feed icon - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/removing-rss-feed-icon/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 09 Aug 2026 05:06:43 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Removing Rss feed icon</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/removing-rss-feed-icon/#post-38160</link>
                        <pubDate>Tue, 17 Mar 2020 13:11:02 +0000</pubDate>
                        <description><![CDATA[@sofy
Thank you for your advice!
Yes, I agree your suggestion. I will try to custom by myself.
Best regards,
Kota
&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>@sofy</p>
<p>Thank you for your advice!</p>
<p>Yes, I agree your suggestion. I will try to custom by myself.</p>
<p>Best regards,</p>
<p>Kota</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>Kota</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/removing-rss-feed-icon/#post-38160</guid>
                    </item>
				                    <item>
                        <title>RE: Removing Rss feed icon</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/removing-rss-feed-icon/#post-38148</link>
                        <pubDate>Tue, 17 Mar 2020 08:29:56 +0000</pubDate>
                        <description><![CDATA[Alos @kota,
Please note, we don&#039;t provide support for style customization, we may help in 1-2 simple questions related to colors and background but not more. We can not help you customize a...]]></description>
                        <content:encoded><![CDATA[<p>Alos <span>@kota,</span></p>
<p>Please note, we don't provide support for style customization, we may help in 1-2 simple questions related to colors and background but not more. We can not help you customize all components of forum style, these are custom requirements and should be done by forum owners. We only help with general questions and issues.</p>
<p>Thank you for your understanding.</p>
<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>
<p><span>I'd also suggest you read</span><a href="https://wpforo.com/documentation/" target="true">  wpForo documentation</a><span>. It has lots of important settings and option you should know.</span></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/removing-rss-feed-icon/#post-38148</guid>
                    </item>
				                    <item>
                        <title>RE: Removing Rss feed icon</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/removing-rss-feed-icon/#post-38147</link>
                        <pubDate>Tue, 17 Mar 2020 08:27:19 +0000</pubDate>
                        <description><![CDATA[@kota,

③ Css problem,&nbsp;

use the following CSS code:&nbsp;
@media&nbsp;screen and (max-width: 620px){   #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title {      dis...]]></description>
                        <content:encoded><![CDATA[<p>@kota,</p>
<blockquote>
<p><span>③ Css problem,&nbsp;</span></p>
</blockquote>
<p><span>use the following CSS code:&nbsp;</span></p>
<pre><span>@media&nbsp;</span><span class="media-text">screen and (max-width: 620px){</span><br />   #wpforo #wpforo-wrap .wpfl-2 .wpforo-post .wpf-left .author-title {<br />      display: inline-block;<br />    }<br />}</pre>
<p><em><strong>The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard &gt; Forums &gt; Settings &gt; Style Tab.&nbsp;&nbsp;Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.&nbsp; &nbsp;&nbsp;</strong></em></p>
<blockquote>
<p class="p1">④ Home icon</p>
<p class="p1">How about this issue?</p>
</blockquote>
<p class="p1">This is designed to work in this way.&nbsp;</p>
<blockquote>
<p class="p1"><span>I unchecked the "Front - Can view member subscriptions" CAN. But the subscriptions icon still appear. How can I remove it?</span></p>
</blockquote>
<p class="p1"><span>Please provide a screenshot</span></p>
<blockquote>
<p class="p1">⑥ Remove URL icon</p>
<p class="p1">Ho can I remove?</p>
</blockquote>
<p class="p1">Use the following CSS codes:&nbsp;</p>
<pre class="p1">i.fas.fa-link.wpfsx {<br />&nbsp; &nbsp;display: none;<br />}<br />#wpforo #wpforo-wrap .wpf-sb.wpf-sb-top .wpf-sb-buttons {<br />&nbsp; &nbsp;border: none !important;<br />}</pre>
<blockquote>
<p><span>⑦ Remove only &ldquo;dislike&rdquo; icon</span></p>
</blockquote>
<p>The "dislike" button is visible only for the users who have already liked the post. It allows members to cancel the "like"&nbsp; they've clicked.</p>
<blockquote>
<p><span>⑧ Remove Quote box</span></p>
</blockquote>
<p><span>Use this code:</span></p>
<pre><span>span.wpf-action.wpforo-quote {<br />    display: none !important;<br />}<br /></span></pre>]]></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/removing-rss-feed-icon/#post-38147</guid>
                    </item>
				                    <item>
                        <title>RE: Removing Rss feed icon</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/removing-rss-feed-icon/#post-38137</link>
                        <pubDate>Tue, 17 Mar 2020 02:21:44 +0000</pubDate>
                        <description><![CDATA[Hello Sofy,
 
Thank you for your advice!
The number is the issue number in attached files.
 
③ Css problem
Please check here
 
PC design is good, I think this css problem only for sm...]]></description>
                        <content:encoded><![CDATA[<p>Hello Sofy,</p>
<p class="p2"> </p>
<p class="p1">Thank you for your advice!</p>
<p class="p1">The number is the issue number in attached files.</p>
<p class="p2"> </p>
<p class="p1">③ Css problem</p>
<p class="p1">Please check here</p>
<p class="p1"><a href="https://misato.blog/bbs/news/%e3%83%86%e3%82%b9%e3%83%881/">https://misato.blog/bbs/news/%e3%83%86%e3%82%b9%e3%83%881/</a></p>
<p class="p2"> </p>
<p class="p1">PC design is good, I think this css problem only for smartphone.</p>
<p class="p2"> </p>
<p class="p1">④ Home icon</p>
<p class="p1">How about this issue?</p>
<p class="p2"> </p>
<p class="p1">⑤ Remove subscription icon</p>
<p class="p1">I unchecked the "Front - Can view member subscriptions" CAN. But the subscriptions icon still appear. How can I remove it?</p>
<p class="p2"> </p>
<p class="p1"><strong>Following are new issues.</strong></p>
<p class="p2"> </p>
<p class="p1">⑥ Remove URL icon</p>
<p class="p1">Ho can I remove?</p>
<p class="p2"> </p>
<p class="p1">⑦ Remove only “dislike” icon</p>
<p class="p1">Like icon is good, so I would like to remove only “dislike”. Please let me know how to delete it.</p>
<p class="p2"> </p>
<p class="p1">⑧ Remove Quote box</p>
<p class="p1">How can I remove it?</p>
<p class="p2"> </p>
<p class="p1">Thank you.</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1584411704-2020-03-17-111858.png" target="_blank"><i class="fas fa-paperclip"></i>&nbsp;-2020-03-17-11.18.58.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>Kota</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/removing-rss-feed-icon/#post-38137</guid>
                    </item>
				                    <item>
                        <title>RE: Removing Rss feed icon</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/removing-rss-feed-icon/#post-38098</link>
                        <pubDate>Mon, 16 Mar 2020 13:03:54 +0000</pubDate>
                        <description><![CDATA[Hi @kota,
The icon you&#039;re mentioning is a subscription icon. If you&#039;d like to disable all subscription feature, just edit each Forum Access and uncheck the &quot;Can subscribe&quot; checkbox. Then na...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@kota,</span></p>
<p>The icon you're mentioning is a subscription icon. I<span>f you'd like to disable all subscription feature, just edit each </span><a href="https://wpforo.com/docs/root/wpforo-settings/forum-accesses/" target="true">Forum Access</a><span> and uncheck the "Can subscribe" checkbox. Then navigate to Dashboard &gt; Forums &gt; Usergroups admin page, edit the usergroups and uncheck the "</span><span>Front - Can view member subscriptions" CAN.  </span></p>
<p>Regarding the third issue. This is a small CSS conflict, please leave some example URL to allow us to check it. </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/removing-rss-feed-icon/#post-38098</guid>
                    </item>
				                    <item>
                        <title>Removing Rss feed icon</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/removing-rss-feed-icon/#post-38097</link>
                        <pubDate>Mon, 16 Mar 2020 12:41:08 +0000</pubDate>
                        <description><![CDATA[Hello,
I would like to change 5 points about the attached file.
Could you tell me how to change?
Thank you in advance.
&nbsp;-2020-03-16-21.36.35.png]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>I would like to change 5 points about the attached file.</p>
<p>Could you tell me how to change?</p>
<p>Thank you in advance.</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1584362468-2020-03-16-213635.png" target="_blank"><i class="fas fa-paperclip"></i>&nbsp;-2020-03-16-21.36.35.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>Kota</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/removing-rss-feed-icon/#post-38097</guid>
                    </item>
							        </channel>
        </rss>
		