I’ve been trying to do this too. Thereare loads of answers kicking around which involve putting code in the Custom CSS etc but none work.
I’ve tried:
img.header-image {
display: none;
}
.home img.header-image {
display: initial;
}
and
.page #headerimg {
display: none;
}
and
/* ================================================ */
/* CSS to remove header image area from all pages */
/* ================================================ */
div.header-image-container {
display: none !important;
}
/* ================================================ */
/* CSS to display header image area on home page */
/* ================================================ */
body.home div.header-image-container {
display: block !important;
}
None worked.
I thought I’d be able to do it by ticking a box. Apparently not!
-
This reply was modified 7 years, 7 months ago by
Dave P.
-
This reply was modified 7 years, 7 months ago by
Dave P.