Site logo

Archived topic

Hide feature image

4 replies · Started by Tony on January 26, 2016

Viewing posts 1–5 of 5

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)?

Absolutely, just add this CSS.

Disable for pages:

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

For posts:

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

Will try it thanks

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?

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.

This archived topic is closed to new replies.