Home › Forums › Lorina › Only show header image on home page › Reply To: Only show header image on home page
August 10, 2020 at 8:42 pm
#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.