Hiding the Featured Post Thumbnail
If you’re putting together a relatively “simple” website – insomuch as you are customizing one or two layouts using Headway’s Visual Editor – you may run into the following scenario:
1. You may or may not have a static homepage. It’s customized if you do, yay!
2. You have a blog index, which may or may not be the front page of your site. Either way, it’s customized and the content block is set to show excerpts and thumbnails, because it’s prettier and more functional that way.
3. Your single layouts aren’t customized.
4. When you look at a post on your site, the featured image appears with the title, and you already inserted your featured image full-size at the top of the post or partway down, and you want the thumbnail gone!
Never fear, Headway community. We have multiple ways to solve your problem.
Just Customize the Single Layout
You can Clone your Blog Index to you Single Layout by clicking Edit on Single (or Single -> Post), choosing the Blog Index as the Clone.
From there, you simply need to edit the content block to hide the featured images. So open the Content Block options, un-mirror it, and then go to Featured Images and uncheck “Display”.
Voila!
Use CSS to Hide it Instead
If you’d rather not clone the layout if you don’t have to, you could simply add a line of custom CSS that will hide the thumbnails from sight entirely.
.single a.post-thumbnail {display:none;}
Just drop the above code into your Live CSS editor and your thumbnails will disappear on the single blog posts.
Spread the word!
By adding a comment below, you agree to abide by our comment policy.
