<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Remove the footer widgets  from WooCommerce Shop page &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 26 Dec 2025 01:11:55 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-335435</guid>
					<title><![CDATA[Remove the footer widgets  from WooCommerce Shop page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-335435</link>
					<pubDate>Tue, 21 Jul 2015 04:32:50 +0000</pubDate>
					<dc:creator>Will M</dc:creator>

					<description>
						<![CDATA[
						<p>Is there a way to remove x-colophon.top from the WooCommerce catalog page?  See <a href="http://www.morganjane.com/catalog/" rel="nofollow">http://www.morganjane.com/catalog/</a>.  Selecting a different page template doesn&#8217;t work.<br />
Thanks,<br />
Will</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-335559</guid>
					<title><![CDATA[Reply To: Remove the footer widgets  from WooCommerce Shop page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-335559</link>
					<pubDate>Tue, 21 Jul 2015 07:45:19 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in! You can add the following into the <strong>Custom CSS</strong> section  of the customizer. </p>
<pre><code>.x-colophone.top {
   display:none;
}</code></pre>
<p>Hope this helps &#8211;  thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-335585</guid>
					<title><![CDATA[Reply To: Remove the footer widgets  from WooCommerce Shop page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-335585</link>
					<pubDate>Tue, 21 Jul 2015 08:13:43 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Thanks for writing in! Could you please try adding the following CSS workaround into your Customizer, <strong>Custom &gt; CSS</strong> area using the menu <strong>Appearance -&gt; Customize</strong>. </p>
<pre><code>
.woocommerce-page.collateral-product-columns-2 .x-colophon.top {
    display: none;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-336034</guid>
					<title><![CDATA[Reply To: Remove the footer widgets  from WooCommerce Shop page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-336034</link>
					<pubDate>Tue, 21 Jul 2015 16:58:08 +0000</pubDate>
					<dc:creator>Will M</dc:creator>

					<description>
						<![CDATA[
						<p>Getting close.  However, I just wanted to remove the .x-colophon.top from the main shop page, i.e. <a href="http://www.morganjane.com/catalog/" rel="nofollow">http://www.morganjane.com/catalog/</a>.  Your solution removed it from all the WooCommerce pages.<br />
Thanks,<br />
Will</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-336165</guid>
					<title><![CDATA[Reply To: Remove the footer widgets  from WooCommerce Shop page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-336165</link>
					<pubDate>Tue, 21 Jul 2015 19:14:43 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Try adding this code in your customizer&#8217;s custom CSS:</p>
<pre><code>.post-type-archive.woocommerce-page.collateral-product-columns-2 .x-colophon.top{
    display: none;
}</code></pre>
<p>Let us know how it goes.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-336208</guid>
					<title><![CDATA[Reply To: Remove the footer widgets  from WooCommerce Shop page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-336208</link>
					<pubDate>Tue, 21 Jul 2015 19:59:30 +0000</pubDate>
					<dc:creator>Will M</dc:creator>

					<description>
						<![CDATA[
						<p>That worked!  Many thanks.<br />
Will</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-336359</guid>
					<title><![CDATA[Reply To: Remove the footer widgets  from WooCommerce Shop page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-the-footer-widgets-from-woocommerce-shop-page/#post-336359</link>
					<pubDate>Tue, 21 Jul 2015 22:38:22 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we were able to help 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

