<?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 title from member account settings - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 14 Aug 2026 12:54:09 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Remove title from member account settings</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45762</link>
                        <pubDate>Tue, 08 Sep 2020 11:51:11 +0000</pubDate>
                        <description><![CDATA[@miikinki,
Thank you for letting us know.
Glad to know it worked.]]></description>
                        <content:encoded><![CDATA[<p>@miikinki,</p>
<p>Thank you for letting us know.</p>
<p>Glad to know it worked.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45762</guid>
                    </item>
				                    <item>
                        <title>RE: Remove title from member account settings</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45760</link>
                        <pubDate>Tue, 08 Sep 2020 11:49:02 +0000</pubDate>
                        <description><![CDATA[@alvina
That worked perfectly!!!! Thank you very much for help :)]]></description>
                        <content:encoded><![CDATA[<p>@alvina</p>
<p>That worked perfectly!!!! Thank you very much for help :)</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Miikinki</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45760</guid>
                    </item>
				                    <item>
                        <title>RE: Remove title from member account settings</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45758</link>
                        <pubDate>Tue, 08 Sep 2020 11:36:06 +0000</pubDate>
                        <description><![CDATA[@miikinki,
It doesn&#039;t remove the title in the new topic section in our case. In any case please remove the code provided above and try the following one:
#wpf-profile-account-form .row_0-c...]]></description>
                        <content:encoded><![CDATA[<p>@miikinki,</p>
<p>It doesn't remove the title in the new topic section in our case. In any case please remove the code provided above and try the following one:</p>
<pre>#wpf-profile-account-form .row_0-col_0 .wpf-field-name-title{<br />   display: none !important;<br />}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45758</guid>
                    </item>
				                    <item>
                        <title>RE: Remove title from member account settings</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45756</link>
                        <pubDate>Tue, 08 Sep 2020 11:04:44 +0000</pubDate>
                        <description><![CDATA[Tried the following code. Does exactly the same things. Removes title from member account settings but from make a new topic section too.]]></description>
                        <content:encoded><![CDATA[<p>Tried the following code. Does exactly the same things. Removes title from member account settings but from make a new topic section too.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Miikinki</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45756</guid>
                    </item>
				                    <item>
                        <title>RE: Remove title from member account settings</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45753</link>
                        <pubDate>Tue, 08 Sep 2020 10:25:32 +0000</pubDate>
                        <description><![CDATA[Hi @miikinki,
Please try the following code:
.row_0-col_0 .wpf-field-name-title{   display: none !important;}
Please don&#039;t forget to delete all caches and press CTRL+F5(twice) on the fron...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@miikinki,</span></p>
<p>Please try the following code:</p>
<pre>.row_0-col_0 .wpf-field-name-title{<br />   display: none !important;<br />}</pre>
<p>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/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45753</guid>
                    </item>
				                    <item>
                        <title>Remove title from member account settings</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45750</link>
                        <pubDate>Tue, 08 Sep 2020 09:27:19 +0000</pubDate>
                        <description><![CDATA[Hello i would like to remove/hide the &quot;title&quot; from member account settings. I tried to search and found other ppl with same issue.
Found this code. Yeah it works and removes it but also rem...]]></description>
                        <content:encoded><![CDATA[<p>Hello i would like to remove/hide the "title" from member account settings. I tried to search and found other ppl with same issue.</p>
<p>Found this code. Yeah it works and removes it but also removes the title when user is trying to create to topic in my forums and without title he won't be able to.</p>
.wpf-field-name-title.wpf-field-required {<br />display: none !important;<br />}]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Miikinki</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-title-from-member-account-settings/#post-45750</guid>
                    </item>
							        </channel>
        </rss>
		