Hide Featured Image on Specific Post

Posted in: Newspaper
Post count: 9

Does anyone know how to hide the featured image on a specific post.
I’ve searched around the forum and could not find that at all.

I do want them for the most part but in some cases, I’d love to hide it.

Please help.

Post count: 6535

Hi

You can hide the featured image from a specific post using custom css, using the post-id class like here:

.postid-126 .td-post-featured-image, .postid-139 .td-post-featured-image {
display: none!important;
}

This css hide the featured image form the posts with id=126 and id=139. For each post that you want to hide the feature image just add the post id class flowed by featured image class, and separate it by comma like in example. To get the post id follow this link: http://screencast.com/t/BAJ27Av0ao

Let me know how it goes!

Thanks!

Post count: 9

It works! Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.