<?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>Hide Featured Image per post &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/hide-featured-image-per-post/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/hide-featured-image-per-post/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 12:53:24 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-33832</guid>
					<title><![CDATA[Hide Featured Image per post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-33832</link>
					<pubDate>Wed, 16 Apr 2014 11:53:12 +0000</pubDate>
					<dc:creator>Stefan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I&#8217;ve been searching through the forum, but it did not answer my question. </p>
<p>I would like to choose if a featured image, at the top of my posts, should be hidden or not. Is this possible? For my portfolio I&#8217;ve tried to add this code in the CSS:</p>
<p>.single-x-portfolio .entry-thumb {<br />
  display: none !important;<br />
}</p>
<p>But this hides ALL featured images in ALL posts in my portfolio. And that&#8217;s not what I want.</p>
<p>Can you help me out?</p>
<p>Many thanks!</p>
<p>Link: <a href="http://food-blogger.com/recipes/" rel="nofollow">http://food-blogger.com/recipes/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-34088</guid>
					<title><![CDATA[Reply To: Hide Featured Image per post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-34088</link>
					<pubDate>Wed, 16 Apr 2014 20:36:16 +0000</pubDate>
					<dc:creator>Rubin</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Robin,</p>
<p>the other solution would be to inspect the source code and look for the ID of the page/post. For example this page: <a href="http://food-blogger.com/our-recipes/6746/" rel="nofollow">http://food-blogger.com/our-recipes/6746/</a></p>
<p>would be postid-6746</p>
<p>so you would enter following code:</p>
<pre>.postid-6746 .entry-thumb { display: none; }</pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-35914</guid>
					<title><![CDATA[Reply To: Hide Featured Image per post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-35914</link>
					<pubDate>Tue, 22 Apr 2014 13:03:59 +0000</pubDate>
					<dc:creator>Stefan</dc:creator>

					<description>
						<![CDATA[
						<p>Thnx! That helps.</p>
<p>Another thing: I miss this option while setting up a post. Would be handy to have an option that says &#8220;Show Featured Image On Top of Post&#8221; or &#8220;Don&#8217;t Show Featured Image On Top of Post&#8221;. Is this something you guys can create for the X theme? Would love it!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-36096</guid>
					<title><![CDATA[Reply To: Hide Featured Image per post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-36096</link>
					<pubDate>Tue, 22 Apr 2014 21:35:14 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Robin,</p>
<p>Thanks for the feedback! We can add this as a feature request so it can be considered for future development. Take care!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-88891</guid>
					<title><![CDATA[Reply To: Hide Featured Image per post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-88891</link>
					<pubDate>Thu, 21 Aug 2014 01:16:18 +0000</pubDate>
					<dc:creator>Jason C</dc:creator>

					<description>
						<![CDATA[
						<p>I had a similar issue, I only wanted to hide the featured image in the single post page.  The fix about just took out all featured images even in the landing pages.  I added the extra class and was able to achieve the look I wanted. </p>
<pre><code>.single-x-portfolio .entry-featured {
display: none !important;
}</code></pre>
<p>However, I will second the feature enhancement to hide featured images inside posts.  In general, the featured post images are way too big in X.  Some size options would be great &#8211; not every site has great imagery.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-88900</guid>
					<title><![CDATA[Reply To: Hide Featured Image per post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-88900</link>
					<pubDate>Thu, 21 Aug 2014 01:39:58 +0000</pubDate>
					<dc:creator>Paula S</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jason, Thanks for the feedback and we&#8217;ll certainly take a note of this. Have a nice day. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-236423</guid>
					<title><![CDATA[Reply To: Hide Featured Image per post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-236423</link>
					<pubDate>Fri, 27 Mar 2015 12:56:10 +0000</pubDate>
					<dc:creator>Jonathansb</dc:creator>

					<description>
						<![CDATA[
						<p>But but but&#8230; where do you put the code? O:)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-236527</guid>
					<title><![CDATA[Reply To: Hide Featured Image per post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-236527</link>
					<pubDate>Fri, 27 Mar 2015 15:38:07 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Jonathan,</p>
<p>Do you mean this code:</p>
<pre><code>.single-x-portfolio .entry-featured {
display: none !important;
}
</code></pre>
<p>If so, you can add it under <strong>Custom &gt; CSS</strong> in the Customizer.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-247017</guid>
					<title><![CDATA[Reply To: Hide Featured Image per post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-247017</link>
					<pubDate>Sat, 11 Apr 2015 15:25:13 +0000</pubDate>
					<dc:creator>periwinklesue</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m trying to hide the featured image at the top of all post pages.  When I paste this code </p>
<p>.single-x-portfolio .entry-featured {<br />
display: none !important;<br />
}</p>
<p>into the custom CSS box, it doesn&#8217;t do anything for me.  Is this because it&#8217;s affecting the portfolio and not the posts?  If so, what do I change to make it affect the posts?  I can add the following code </p>
<p>.single-x-post-thumbnail {<br />
display:none;<br />
}</p>
<p>to hide the featured image for an individual post, but I would like to apply this to all posts. </p>
<p>Thanks.</p>
<p><a href="http://www.periwinklesue.com" rel="nofollow">http://www.periwinklesue.com</a><br />
Ethos stack</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-247026</guid>
					<title><![CDATA[Reply To: Hide Featured Image per post]]></title>
					<link>https://theme.co/archive/forums/topic/hide-featured-image-per-post/#post-247026</link>
					<pubDate>Sat, 11 Apr 2015 15:38:23 +0000</pubDate>
					<dc:creator>periwinklesue</dc:creator>

					<description>
						<![CDATA[
						<p>Never mind, I found it somewhere else.  For those looking to hide all featured images from the top of posts, here&#8217;s the code.</p>
<p>.single-post .entry-featured{<br />
display:none;<br />
}</p>
<p>OK, now if I wanted to show the featured image on a particular post, how would I do that?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

