<?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>
									Remove text from buttons - General Discussions				            </title>
            <link>https://wpforo.com/community/general-discussions/remove-text-from-buttons/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 19 Aug 2026 20:04:02 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Remove text from buttons</title>
                        <link>https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47738</link>
                        <pubDate>Sat, 14 Nov 2020 12:47:24 +0000</pubDate>
                        <description><![CDATA[thanks very much : that works fine]]></description>
                        <content:encoded><![CDATA[<p>thanks very much : that works fine</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>gilbau</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47738</guid>
                    </item>
				                    <item>
                        <title>RE: Remove text from buttons</title>
                        <link>https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47722</link>
                        <pubDate>Sat, 14 Nov 2020 10:51:32 +0000</pubDate>
                        <description><![CDATA[@gilbau,
Try the following CSS code:
#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-reply .wpf-action {   display: none;}
The code should be added in the Dashboard &gt; Forums &gt; S...]]></description>
                        <content:encoded><![CDATA[<p>@gilbau,</p>
<p>Try the following CSS code:</p>
<pre>#wpforo #wpforo-wrap .wpfl-4 .wpf-content-foot .wpf-reply .wpf-action {<br />   display: none;<br />}</pre>
<p>The code should be added in the Dashboard &gt; Forums &gt; Settings &gt; Styles admin page "Custom CSS Code" textarea.</p>
<p>In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47722</guid>
                    </item>
				                    <item>
                        <title>RE: Remove text from buttons</title>
                        <link>https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47720</link>
                        <pubDate>Sat, 14 Nov 2020 09:34:37 +0000</pubDate>
                        <description><![CDATA[I have a near similar request , i want to remove the reply button in the threaded theme to force users to answer with the main reply button at the end of the topic
 button-to-remove.jpg]]></description>
                        <content:encoded><![CDATA[<p>I have a near similar request , i want to remove the reply button in the threaded theme to force users to answer with the main reply button at the end of the topic</p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1605346477-button-to-remove.jpg" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> button-to-remove.jpg</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>gilbau</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47720</guid>
                    </item>
				                    <item>
                        <title>RE: Remove text from buttons</title>
                        <link>https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47719</link>
                        <pubDate>Sat, 14 Nov 2020 09:33:20 +0000</pubDate>
                        <description><![CDATA[Works great, thank you!]]></description>
                        <content:encoded><![CDATA[<p>Works great, thank you!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>sazdoes</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47719</guid>
                    </item>
				                    <item>
                        <title>RE: Remove text from buttons</title>
                        <link>https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47716</link>
                        <pubDate>Sat, 14 Nov 2020 09:24:46 +0000</pubDate>
                        <description><![CDATA[Hi @sazdoes,
Just add the !important statement after the property, or simply use the following one:
.wpf-button-text {   display: none !important;}]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@sazdoes,</span></p>
<p><span>Just add the </span><span style="color: #ff0000"><strong>!important</strong></span><span> statement after the </span><strong>property</strong><span>, or simply use the following one:</span></p>
<pre>.wpf-button-text {<br />   display: none !important;<br />}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47716</guid>
                    </item>
				                    <item>
                        <title>Remove text from buttons</title>
                        <link>https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47709</link>
                        <pubDate>Sat, 14 Nov 2020 07:18:16 +0000</pubDate>
                        <description><![CDATA[Is it possible to remove the text from the post buttons? I  tried using 
.wpf-button-text {display: none;}
but that doesn&#039;t seem to work.]]></description>
                        <content:encoded><![CDATA[<p>Is it possible to remove the text from the post buttons? I  tried using </p>
<p>.wpf-button-text {<br />display: none;<br />}</p>
<p>but that doesn't seem to work.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>sazdoes</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/remove-text-from-buttons/#post-47709</guid>
                    </item>
							        </channel>
        </rss>
		