<?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 quantity selector from single product page &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 03:34:18 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-320144</guid>
					<title><![CDATA[Remove quantity selector from single product page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-320144</link>
					<pubDate>Fri, 03 Jul 2015 12:34:35 +0000</pubDate>
					<dc:creator>mmoon</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;d like to remove the quantity selector from the single product page.</p>
<p>I have used the css below, but this also removes the quantity selector from the cart page.<br />
How do I remove it only from the single product page but keep it on the cart page?</p>
<p><em>.woocommerce .quantity input[type=&#8221;number&#8221;], .woocommerce-page .quantity input[type=&#8221;number&#8221;] {<br />
  display:none; margin:0; padding 0;<br />
}</em></p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-320411</guid>
					<title><![CDATA[Reply To: Remove quantity selector from single product page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-320411</link>
					<pubDate>Fri, 03 Jul 2015 19:51:43 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-320654</guid>
					<title><![CDATA[Reply To: Remove quantity selector from single product page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-320654</link>
					<pubDate>Sat, 04 Jul 2015 04:32:11 +0000</pubDate>
					<dc:creator>mmoon</dc:creator>

					<description>
						<![CDATA[
						<p>The dev site is here &gt; <a href="http://www.tibetanmalashop.com/meditation-beads/" rel="nofollow">http://www.tibetanmalashop.com/meditation-beads/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-320845</guid>
					<title><![CDATA[Reply To: Remove quantity selector from single product page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-320845</link>
					<pubDate>Sat, 04 Jul 2015 11:27:39 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in!</p>
<p>Try adding following CSS under <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>.single-product .quantity input[type=&quot;number&quot;] {
    display: none;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321168</guid>
					<title><![CDATA[Reply To: Remove quantity selector from single product page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321168</link>
					<pubDate>Sun, 05 Jul 2015 05:03:33 +0000</pubDate>
					<dc:creator>mmoon</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you, i got it working with:</p>
<p><em>.woocommerce-page .single-product .quantity input[type=&#8221;number&#8221;] {<br />
    display: none;<br />
}</em></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321229</guid>
					<title><![CDATA[Reply To: Remove quantity selector from single product page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321229</link>
					<pubDate>Sun, 05 Jul 2015 07:05:26 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hey There,</p>
<p>You are most welcome!<br />
It&#8217;s good to know that you&#8217;ve got it working.</p>
<p>If there’s anything else, we can help you with, please let us know.</p>
<p>All the best.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321358</guid>
					<title><![CDATA[Reply To: Remove quantity selector from single product page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321358</link>
					<pubDate>Sun, 05 Jul 2015 12:25:43 +0000</pubDate>
					<dc:creator>mmoon</dc:creator>

					<description>
						<![CDATA[
						<p>Yes there&#8217;s one more thing:<br />
On the single product page where there is a variation (ie. &#8220;Choose an option&#8221; drop down) the quantity selector is still showing, how do I remove it?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321371</guid>
					<title><![CDATA[Reply To: Remove quantity selector from single product page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321371</link>
					<pubDate>Sun, 05 Jul 2015 12:55:07 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Please try following CSS:</p>
<pre><code>.single-product .quantity input[type=&quot;number&quot;] {
    display: none !important;
}</code></pre>
<p>Let us know how it goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321843</guid>
					<title><![CDATA[Reply To: Remove quantity selector from single product page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321843</link>
					<pubDate>Mon, 06 Jul 2015 05:34:44 +0000</pubDate>
					<dc:creator>mmoon</dc:creator>

					<description>
						<![CDATA[
						<p>Perfect! Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321850</guid>
					<title><![CDATA[Reply To: Remove quantity selector from single product page]]></title>
					<link>https://theme.co/archive/forums/topic/remove-quantity-selector-from-single-product-page/#post-321850</link>
					<pubDate>Mon, 06 Jul 2015 05:46:57 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>You are most welcome!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

