Home Forums Lorina Only show header image on home page Reply To: Only show header image on home page

#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.