How do you stop a featured image appearing in post?

Posted in: Newspaper
Post count: 23

Hi, I’m sure this is really simple to do but I have searched and cannot find out how.

I want to set a featured image so that it appears in the post preview on the Homepage, however I don’t want it to actually appear at the top of my post/article.

The only way around it I have found is when creating a page you a article format, Standard or Video. If you set video the featured image doesn’t appear at the top of the article, however a play symbol unfortunately appears on the post preview image on the homepage.

How do stop a featured image appearing in the post article?

Thanks

Post count: 23312

Hello SkyFist,

Please try using the Post template Style 5 because this kind of feature does not have the featured image to the top of the article. -> http://screencast.com/t/6JwwPbI1b or you can use a bit of CSS to hide the featured image container. Please try the code below and add it in the Theme panel->Custom CSS area.

The code is ->

.td-post-featured-image {
display:none;
}

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 23

Style 5 did the trick and was much easier to use then typing code.

Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.