[Resolved] Hide feature image

Home Forums Support [Resolved] Hide feature image

Home Forums Support Hide feature image

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #168148
    Tony

    I’m not sure of the point of the feature image – it just sticks it at the top of a past.

    However, the gallery plugin can do some special linking if a page has a feature image.

    Is it possible to add a feature image to a page but not show it (hide it)?

    #168157
    Tom
    Lead Developer
    Lead Developer

    Absolutely, just add this CSS.

    Disable for pages:

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

    For posts:

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

    Will try it thanks

    #168174
    Tony

    That works but of course it also hides a page header image.

    Featured image still shows up on home page – can that be inhibited?

    I’m not sure what the point is of page header images and featured images instead of just inserting an image in the post/pageso not sure if this will be an issue.

    Can it be made conditional so it can only apply to specific pages/posts?

    • This reply was modified 8 years, 2 months ago by Tony.
    #168421
    Tom
    Lead Developer
    Lead Developer

    To remove the post images from the blog index, go to “Customize > Blog > Post Image” and set it to hide.

    Page Headers/Featured Images are just a different style.

    You can use the Disable Elements add-on to disable them on specific pages/posts.

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