- This topic has 3 replies, 2 voices, and was last updated 5 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Only show header image on home page’ is closed to new replies.
Hi, is it possible to disable the header image on any other pages/posts and only have it seen on the home page? Thanks!
Edit: Just to clarify, I’m aware of how to remove the header image and have a blank rectangle with no image. But what I want to do is remove that header box from all the posts…is this an option?
Copy this code to ‘Customize’ > ‘Additional CSS’:
body:not(.home) .entry-header.with-image,
body:not(.home) .archive-header.with-image {
display: none;
}
That will hide the image header area everywhere but the homepage.
Amazing thank you so much Andy!