Hide or show featured image per-post

Apologies if I’ve overlooked the obvious, but is there a way to hide or show the featured image on the post page on a per-post basis?

Thanks!

Hi Jack,

This isn’t possible with the BB theme out-the-box. The only way I can think this would be possible is for you to use the posts unique id with CSS to hide the featured image on your Posts page. However, this would be a tedious task as you will need to constantly update the CSS upon publishing a new post.

The CSS would look something like this:

.blog .post-X .fl-post-thumb {
  display: none;
}

Thanks,
Danny

OK, thanks.

Jack

No worries, Jack! And glad we could help. Enjoy! :slight_smile:

Ben