<?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 CSS from non wpForo page - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-css-from-non-wpforo-page/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 11 Mar 2026 04:06:04 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Remove CSS from non wpForo page</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-css-from-non-wpforo-page/#post-55704</link>
                        <pubDate>Wed, 21 Jul 2021 13:17:20 +0000</pubDate>
                        <description><![CDATA[@braviking,
wpForo doesn&#039;t have option to deregister them. Here is a good article about that:
IMPORTANT: The /wpforo/wpf-themes/classic/colors.css file is also used by forum page, so you sh...]]></description>
                        <content:encoded><![CDATA[<p>@braviking,</p>
<p>wpForo doesn't have option to deregister them. Here is a good article about that: https://crunchify.com/wordpress-tip-how-to-disable-specific-plugins-stylesheet/</p>
<p>IMPORTANT: The <span style="color: #3366ff">/wpforo/wpf-themes/classic/colors.css</span> file is also used by forum page, so you should not disable it for all pages, it should be kept for the forum page. The forum page could be checked with this function:</p>
<pre contenteditable="false">if(function_exists('is_wpforo_page') &amp;&amp; !is_wpforo_page()) {
    // your deregister css code....
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-css-from-non-wpforo-page/#post-55704</guid>
                    </item>
				                    <item>
                        <title>RE: Remove CSS from non wpForo page</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-css-from-non-wpforo-page/#post-55677</link>
                        <pubDate>Tue, 20 Jul 2021 06:15:54 +0000</pubDate>
                        <description><![CDATA[thx for explaining.
I will not use wpForo widgets on my site. How can I de-register the style from the head? Whats its handle?
function wp_deregister_style( $handle ) {
    _wp_scripts_ma...]]></description>
                        <content:encoded><![CDATA[<p>thx for explaining.</p>
<p>I will not use wpForo widgets on my site. How can I de-register the style from the head? Whats its handle?</p>
<pre contenteditable="false">function wp_deregister_style( $handle ) {
    _wp_scripts_maybe_doing_it_wrong( __FUNCTION__, $handle );
 
    wp_styles()-&gt;remove( $handle );
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>braviking</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-css-from-non-wpforo-page/#post-55677</guid>
                    </item>
				                    <item>
                        <title>RE: Remove CSS from non wpForo page</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-css-from-non-wpforo-page/#post-55668</link>
                        <pubDate>Tue, 20 Jul 2021 04:34:21 +0000</pubDate>
                        <description><![CDATA[Hi @braviking,
These are wpForo widgets CSS files. wpForo widgets can be displayed in any page, not only in forum page. The widget is a site-wide component, so the widget supporting CSS is ...]]></description>
                        <content:encoded><![CDATA[<p>Hi @braviking,</p>
<p>These are wpForo widgets CSS files. <a href="https://wpforo.com/docs/root/getting-started/forum-sidebar-and-widgets/wpforo-widgets/" target="_blank" rel="noopener">wpForo widgets</a> can be displayed in any page, not only in forum page. The widget is a site-wide component, so the widget supporting CSS is loaded side-wide as well.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-css-from-non-wpforo-page/#post-55668</guid>
                    </item>
				                    <item>
                        <title>Remove CSS from non wpForo page</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/remove-css-from-non-wpforo-page/#post-55660</link>
                        <pubDate>Mon, 19 Jul 2021 15:22:20 +0000</pubDate>
                        <description><![CDATA[Hello,
Wpforo adds the following css files in the header of ALL posts and pages, and not just on wpforo pages:
 
 
How can I remove the css from non wpforo pages?
I did not enable any w...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>Wpforo adds the following css files in the header of ALL posts and pages, and not just on wpforo pages:</p>
<pre contenteditable="false"> </pre>
<p> </p>
<p>How can I remove the css from non wpforo pages?</p>
<p>I did not enable any widgets or addons.</p>
<pre contenteditable="false"> </pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>braviking</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/remove-css-from-non-wpforo-page/#post-55660</guid>
                    </item>
							        </channel>
        </rss>
		