Home Forums Lorina Only show header image on home page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11747
    janya
    Participant

    Hi, is it possible to disable the header image on any other pages/posts and only have it seen on the home page? Thanks!

    • This topic was modified 4 years ago by janya.
    #11753
    janya
    Participant

    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?

    #11755
    Andy
    Keymaster

    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.

    #11760
    janya
    Participant

    Amazing thank you so much Andy!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Only show header image on home page’ is closed to new replies.