Site logo

Archived topic

How choose not to show featured image on post

3 replies · Started by Fernando Díaz Gascón on January 22, 2016

Viewing posts 1–4 of 4

Hello,

I would like to show the featured image in the archive blog page but not to show it in a single post. Is it possible? It would be great to have this option in the blog addon. I found only the option to hide it in the archive page.

Thank you!

I agree - this option needs to be added ASAP.

For now, you can use this CSS:

.page-header-image-single {
    display: none;
}

Done! Great, thank you.

You're welcome :)

This archived topic is closed to new replies.