How to have a featured image not show up on post?

Posted in: Newspaper
Post count: 97

Is there a way to have a featured image show only on Big Grid and not on actual top of post?

Post count: 13

Go to theme panel, look for the option posts setings, and FEATURED IMAGE, there you will find, all the options, choose for this one: Show or hide featured image, click on that one and is done..=)

Post count: 23312

Hello,

There is an option for it in Theme panel, like this: http://screencast.com/t/tvFqbmHIlTrS

Thank you for the message!

Post count: 97

But this is the option for the whole site and every post, I wanted to do this on only one post? Is this possible?

thanks

Post count: 23312

Hello broadstone,

If you want to hide a featured image only for a specific post, it is necessary to use a bit of Css and target the post ID for which you want to hide. Place the code below in your Css code area, like this: http://screencast.com/t/kUwlLkoMNwm .

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

The post ID you should find, like this: http://screencast.com/t/Abs1L6nMYd

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 97

Works perfectly, thanks. You guys really thought of everything 🙂

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