<?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>How to remove SKU and categories from a single product page? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 19:37:15 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-76712</guid>
					<title><![CDATA[How to remove SKU and categories from a single product page?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-76712</link>
					<pubDate>Sat, 02 Aug 2014 06:15:57 +0000</pubDate>
					<dc:creator>Jack M</dc:creator>

					<description>
						<![CDATA[
						<p>I have searched through all of the files in X/woocommerce/single-product/ and cannot see where I can either comment out or remove the code that displays sku and categories under the add to cart button.<br />
Does anyone have any suggestions on how I can do this?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-77023</guid>
					<title><![CDATA[Reply To: How to remove SKU and categories from a single product page?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-77023</link>
					<pubDate>Sun, 03 Aug 2014 06:41:26 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Jack,</p>
<p>We&#8217;d love to help you with your concern however, Woocommerce customizations is beyond the scope of our support as stated in the sidebar of this page.</p>
<p>Thank you for understanding.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-77355</guid>
					<title><![CDATA[Reply To: How to remove SKU and categories from a single product page?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-77355</link>
					<pubDate>Mon, 04 Aug 2014 07:26:19 +0000</pubDate>
					<dc:creator>Jack M</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for responding<br />
I had some trouble figuring this out. Instructions were cryptic in most cases. So hopefully this will help someone else.<br />
The following worked for me.</p>
<p>Steps to remove sku and or categories from a single product page:<br />
1. Activate or install Jetpack<br />
from jetpack install Custom CSS<br />
2. From your Dashboard Click on Appearance<br />
3. From Appearance choose Edit CSS<br />
A new window will open up:<br />
Edit Themes<br />
CSS Stylesheet Editor<br />
4. copy and paste the following after the last line in the editor &#8211; Note: The first three .sku, .posted and .tagged will remove the sku and categories. .product_meta removes both sku and category</p>
<p>.sku {<br />
	display: none;<br />
}</p>
<p>.posted_in {<br />
	display: none;<br />
}</p>
<p>.tagged_as {<br />
	display: none;<br />
}</p>
<p>.product_meta {<br />
	display: none;<br />
}</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-77592</guid>
					<title><![CDATA[Reply To: How to remove SKU and categories from a single product page?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-77592</link>
					<pubDate>Mon, 04 Aug 2014 16:58:00 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jack, </p>
<p>Thanks for the update, we appreciate you hard work to resolve the issue yourself. </p>
<p>You need to use any external plugin to add custom CSS/JS codes, as you can add them via <strong>Customizer &gt; Custom CSS</strong>. </p>
<p>Have a nice day, Cheers! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-84188</guid>
					<title><![CDATA[Reply To: How to remove SKU and categories from a single product page?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-84188</link>
					<pubDate>Thu, 14 Aug 2014 01:23:02 +0000</pubDate>
					<dc:creator>Bob &amp; Sheila M</dc:creator>

					<description>
						<![CDATA[
						<p>I tried Jack&#8217;s CSS in the Customizer &gt; Custom CSS and it&#8217;s not working for me when done that way.</p>
<p>(Also tried some variations I found on various blogs about how to remove the SKU.)</p>
<p>Question to Support: Could it be that something in X Theme is overwriting that particular change? And that the approach Jack took &#8212; using JetPack &#8212; was what made it work for him?</p>
<p>BTW, big thanks to you, Jack, for coming back to post your solution.</p>
<p>Cheers!</p>
<p>Sheila</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-84197</guid>
					<title><![CDATA[Reply To: How to remove SKU and categories from a single product page?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-remove-sku-and-categories-from-a-single-product-page/#post-84197</link>
					<pubDate>Thu, 14 Aug 2014 01:36:41 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Please try</p>
<pre><code>.sku, .posted_in, .tagged_as, .product_meta {
	display: none !important;
}</code></pre>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

