<?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 add css class?? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 13 Jul 2026 16:09:18 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to add css class??</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41184</link>
                        <pubDate>Thu, 07 May 2020 20:33:00 +0000</pubDate>
                        <description><![CDATA[hi @alvina
i have tried this, but it is not working. i need to use the same &#039;lrm-login&#039; class. So, I am deactivating the plugins..]]></description>
                        <content:encoded><![CDATA[<p>hi @alvina</p>
<p>i have tried this, but it is not working. i need to use the same '<span><strong>lrm-login</strong>' class. So, I am deactivating the plugins..</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>civilenggnotes</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41184</guid>
                    </item>
				                    <item>
                        <title>RE: How to add css class??</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41160</link>
                        <pubDate>Thu, 07 May 2020 14:04:12 +0000</pubDate>
                        <description><![CDATA[@civilenggnotes,
Please follow the steps below to put the code:
1. Install the Simple Custom CSS and JS plugin:
2.  Add the following JS code via the plugin.]]></description>
                        <content:encoded><![CDATA[<p>@civilenggnotes,</p>
<p>Please follow the steps below to put the code:</p>
<p>1. Install the Simple Custom CSS and JS plugin:<span> </span><a href="https://wordpress.org/plugins/custom-css-js/" rel="nofollow">https://wordpress.org/plugins/custom-css-js/</a></p>
<p>2.  Add the following JS code via the plugin.</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/how-to-add-css-class/#post-41160</guid>
                    </item>
				                    <item>
                        <title>RE: How to add css class??</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41157</link>
                        <pubDate>Thu, 07 May 2020 12:39:58 +0000</pubDate>
                        <description><![CDATA[Should i put this code below this line??
public function add_footer_html(){Or above the ending bracket&quot;}&quot;??]]></description>
                        <content:encoded><![CDATA[<p>Should i put this code below this line??</p>
<pre>public function add_footer_html(){<br /><br />Or above the ending bracket"}"??</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>civilenggnotes</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41157</guid>
                    </item>
				                    <item>
                        <title>RE: How to add css class??</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41155</link>
                        <pubDate>Thu, 07 May 2020 12:13:18 +0000</pubDate>
                        <description><![CDATA[@civilenggnotes,

how could I set the class by the second method. I could not understand properly. I have moved the file to my child theme directory. So, I think, there will be no update p...]]></description>
                        <content:encoded><![CDATA[<p>@civilenggnotes,</p>
<blockquote>
<p><span>how could I set the class by the second method. I could not understand properly. I have moved the file to my child theme directory. So, I think, there will be no update problem. </span></p>
</blockquote>
<p>We strongly recommended doesn't use the second method if you don't have a knowledge in programming. This is not the update save way, as Sofy already <a href="https://wpforo.com/community/how-to-and-troubleshooting/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28162" target="true">mentioned</a>.</p>
<blockquote>
<p><span> and I think it is for the login, so what about the registration??</span></p>
</blockquote>
<p>You just need to use the code provided by Sofy as described <a href="https://wpforo.com/community/how-to-and-troubleshooting/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/#post-28162" target="true">here</a>, to make it work:</p>
<pre>jQuery(document).ready(function(){<br />   jQuery('<span style="color: #800080"><strong>#wpf-msg-box</strong></span> a').replaceWith('&lt;span class="<span style="color: #ff0000"><strong>lrm-login</strong></span>"&gt;Login&lt;/span&gt;');<br />});</pre>
<p>Just change the <span style="color: #ff0000"><strong>red</strong> </span>marked value, with your class name.</p>
<p>Also please note i<span>f you remove the </span><strong><span style="color: #800080">#wpf-msg-box </span></strong><span>selector from the code above, it'll replace all login links (wpForo). </span></p>
<p>For the register page, you just need to change the <span style="color: #993366"><strong>w</strong></span><span style="color: #800080"><strong>pforo=signin</strong></span> to <strong><span style="color: #800080">wpforo=signup </span></strong><span style="color: #000000">in the code provided above.</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>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41155</guid>
                    </item>
				                    <item>
                        <title>RE: How to add css class??</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41083</link>
                        <pubDate>Wed, 06 May 2020 12:23:00 +0000</pubDate>
                        <description><![CDATA[Posted by: @alvina 
means that another way to change the login link

I understand that. and my question is there. I found the following code in the class-template.php file.
    public fu...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="10870" data-postid="41069" data-mention="alvina">
<div class="wpforo-post-quote-author"><strong> Posted by: @alvina </strong></div>
<p>means that another way to change the login link</p>
</blockquote>
<p>I understand that. and my question is there. I found the following code in the class-template.php file.</p>
<pre>    public function add_footer_html(){
	    $this-&gt;dialog();
	    $this-&gt;spinner();
	    if( apply_filters( 'wpforo_message_bubble', true ) ) $this-&gt;msg_box();
	    if( WPF()-&gt;current_object === 'post' ) $this-&gt;report_form();
    }</pre>
<p>What to add/replace, I could not understand. If I only have to add the below code, above/below which line I should put? and I think it is for the login, so what about the registration?? and last question, do I have to change anything for logout option??</p>
<pre>jQuery(document).ready(function(){<br />    jQuery('<span><strong>#wpf-msg-box</strong></span> a').replaceWith('&lt;span class="lrm-login"&gt;Login&lt;/span&gt;');<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>civilenggnotes</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41083</guid>
                    </item>
				                    <item>
                        <title>RE: How to add css class??</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41076</link>
                        <pubDate>Wed, 06 May 2020 11:17:15 +0000</pubDate>
                        <description><![CDATA[I want to add the css class for the ajex login model to popup every time the the login/register button is clicked. and also the add topic for non logged-in users. I have 3 screenshot. so I a...]]></description>
                        <content:encoded><![CDATA[<p>I want to add the css class for the ajex login model to popup every time the the login/register button is clicked. and also the add topic for non logged-in users. I have 3 screenshot. so I am attaching the google drive link. please have alook.</p>
<p>1. https://drive.google.com/open?id=1cgHsMj9QXWhKit7Nzu7G-1chEbERcTku</p>
<p>2. https://drive.google.com/open?id=1mJ5AJpckrSK3mciyWplgal_Dhv8By4oe</p>
<p>3. https://drive.google.com/open?id=15ycLSx2xsqDCR6N7SNZtJJ4Gbvu5Uj5J</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>civilenggnotes</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41076</guid>
                    </item>
				                    <item>
                        <title>RE: How to add css class??</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41069</link>
                        <pubDate>Wed, 06 May 2020 10:14:31 +0000</pubDate>
                        <description><![CDATA[Hi @civilenggnotes,
The second method provided in the above link means that another way to change the login link is customizing the add_footer_html() function and make it work as you need....]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@civilenggnotes,</span></p>
<p>The second method provided in the above link means that another way to change the login link is customizing the <span style="color: #800080"><strong>add_footer_html()</strong></span> function and make it work as you need.</p>
<p>Also please provide in detail what you want to change, provide the screenshot, and we will try to help you.</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/how-to-add-css-class/#post-41069</guid>
                    </item>
				                    <item>
                        <title>How to add css class??</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41042</link>
                        <pubDate>Tue, 05 May 2020 19:11:41 +0000</pubDate>
                        <description><![CDATA[with reference to this link how could I set the class by the second method. I could not understand properly. I have moved the file to my child theme directory. So, I think, there will be no ...]]></description>
                        <content:encoded><![CDATA[<p>with reference to this link (<a href="https://wpforo.com/community/how-to-and-troubleshooting/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/">https://wpforo.com/community/how-to-and-troubleshooting/where-can-i-find-and-edit-the-file-with-login-register-links-on-the-js-popup/</a>), how could I set the class by the second method. I could not understand properly. I have moved the file to my child theme directory. So, I think, there will be no update problem. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>civilenggnotes</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-add-css-class/#post-41042</guid>
                    </item>
							        </channel>
        </rss>
		