[Resolved] How choose not to show featured image on post

Home Forums Support [Resolved] How choose not to show featured image on post

Home Forums Support How choose not to show featured image on post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #167339
    Fernando Díaz Gascón

    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!

    #167395
    Tom
    Lead Developer
    Lead Developer

    I agree – this option needs to be added ASAP.

    For now, you can use this CSS:

    .page-header-image-single {
        display: none;
    }
    #167472
    Fernando Díaz Gascón

    Done! Great, thank you.

    #167481
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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