<?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 &#039;Add to Cart&#039; button from product &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 24 Nov 2025 21:33:16 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-60883</guid>
					<title><![CDATA[Remove &#039;Add to Cart&#039; button from product]]></title>
					<link>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-60883</link>
					<pubDate>Wed, 25 Jun 2014 12:17:06 +0000</pubDate>
					<dc:creator>David B</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, </p>
<p>I&#8217;m setting up a catalogue site for a family business. They don&#8217;t want to sell online but they want to show their products with price information and an enquire button which links through to a contact form. For this I have purchased this catalogue add on from woothemes: <a href="http://www.woothemes.com/products/catalog-visibility-options" rel="nofollow">http://www.woothemes.com/products/catalog-visibility-options</a>. This enables in most themes to remove the add to cart buttons, but in X I have two issues:</p>
<p>1) when hovering over the product the &#8216;Add to Cart&#8217; text appears<br />
2) there is a shopping cart icon next to where the button now says enquire</p>
<p>I&#8217;d like to remove both of these. </p>
<p>Thanks for your help</p>
<p>Link: <a href="http://serendipityfashions.net/dev/?post_type=product" rel="nofollow">http://serendipityfashions.net/dev/?post_type=product</a><br />
WP version: 3.9<br />
Theme version: 2.0.1 </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-61181</guid>
					<title><![CDATA[Reply To: Remove &#039;Add to Cart&#039; button from product]]></title>
					<link>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-61181</link>
					<pubDate>Wed, 25 Jun 2014 21:37:08 +0000</pubDate>
					<dc:creator>Grady M</dc:creator>

					<description>
						<![CDATA[
						<p>Wow I have the exact same issue.  Look forward to any answer.  Thanks &#8211; </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-61308</guid>
					<title><![CDATA[Reply To: Remove &#039;Add to Cart&#039; button from product]]></title>
					<link>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-61308</link>
					<pubDate>Thu, 26 Jun 2014 03:07:19 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey guys,</p>
<p>Please try adding the code below in the <strong>Customizer &gt; Custom &gt; CSS</strong>.</p>
<pre><code>.woocommerce li.product .entry-header .button, .woocommerce-page li.product .entry-header .button {
display: none;
}</code></pre>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-62375</guid>
					<title><![CDATA[Reply To: Remove &#039;Add to Cart&#039; button from product]]></title>
					<link>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-62375</link>
					<pubDate>Sat, 28 Jun 2014 12:49:52 +0000</pubDate>
					<dc:creator>David B</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Support! </p>
<p>This solves my first problem. For anyone looking for the answer to the second part:</p>
<p>2) there is a shopping cart icon next to where the button now says enquire</p>
<p>I&#8217;ve just found this response from another thread:</p>
<blockquote><p>It’s not quite the cleanest fix but if you put</p>
<p>.woocommerce .button.product_type_simple:before, .woocommerce .button.single_add_to_cart_button:before, .woocommerce-page .button.product_type_simple:before, .woocommerce-page .button.single_add_to_cart_button:before {<br />
    content: &#8220;&#8221;;<br />
}<br />
into the custom css section of the customizer it should have the desired effect</p></blockquote>
<p>Thanks everyone for your help</p>
<p>David</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-62447</guid>
					<title><![CDATA[Reply To: Remove &#039;Add to Cart&#039; button from product]]></title>
					<link>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-62447</link>
					<pubDate>Sat, 28 Jun 2014 17:10:16 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi David,</p>
<p>Glad to hear it worked for you and thanks for providing additional information.</p>
<p>If you have any other concern please let us know and we&#8217;d be happy to help you</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-374152</guid>
					<title><![CDATA[Reply To: Remove &#039;Add to Cart&#039; button from product]]></title>
					<link>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-374152</link>
					<pubDate>Mon, 31 Aug 2015 08:03:36 +0000</pubDate>
					<dc:creator>Joao B</dc:creator>

					<description>
						<![CDATA[
						<p>Hello</p>
<p>I had this removed long time ago but it seems it appeared again some how and I am not managing how to make it disappear.</p>
<p>I would like to remove the add to cart button on hover from all pages like</p>
<p><a href="http://www.d-inter.hr/radna-obuca/" rel="nofollow">http://www.d-inter.hr/radna-obuca/</a></p>
<p>and also</p>
<p>from the products like the one below, quantities and add to cart button</p>
<p><a href="http://www.d-inter.hr/product/bib-kratke-pregace/" rel="nofollow">http://www.d-inter.hr/product/bib-kratke-pregace/</a></p>
<p>Any help?</p>
<p>Thanks</p>
<p>Joao</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-374155</guid>
					<title><![CDATA[Reply To: Remove &#039;Add to Cart&#039; button from product]]></title>
					<link>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-374155</link>
					<pubDate>Mon, 31 Aug 2015 08:04:27 +0000</pubDate>
					<dc:creator>Joao B</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-374174</guid>
					<title><![CDATA[Reply To: Remove &#039;Add to Cart&#039; button from product]]></title>
					<link>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-374174</link>
					<pubDate>Mon, 31 Aug 2015 08:24:16 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for updating this thread! To remove the add to cart button in the products and the single product page, please add the following css code in the customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong></p>
<pre><code>.woocommerce li.product .entry-header .button, 
.woocommerce-page li.product .entry-header .button,
.woocommerce .quantity, 
.woocommerce-page .quantity,
.woocommerce .single_add_to_cart_button,
.woocommerce-page .single_add_to_cart_button {
    display: none;
}</code></pre>
<p>Hope this helps. Kindly let us know.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-374249</guid>
					<title><![CDATA[Reply To: Remove &#039;Add to Cart&#039; button from product]]></title>
					<link>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-374249</link>
					<pubDate>Mon, 31 Aug 2015 09:50:59 +0000</pubDate>
					<dc:creator>Joao B</dc:creator>

					<description>
						<![CDATA[
						<p>Hello</p>
<p>I followed your instructions but it seems to have no effect.</p>
<p>Thanks</p>
<p>Joao</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-374265</guid>
					<title><![CDATA[Reply To: Remove &#039;Add to Cart&#039; button from product]]></title>
					<link>https://theme.co/archive/forums/topic/remove-add-to-cart-button-from-product/#post-374265</link>
					<pubDate>Mon, 31 Aug 2015 10:10:27 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Please try this following CSS instead:</p>
<pre><code>button.single_add_to_cart_button.button,
a.button.add_to_cart_button.product_type_simple,
.woocommerce .quantity input[type=&quot;number&quot;], .woocommerce-page .quantity input[type=&quot;number&quot;] {
    display: none !important;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

