August 24, 2016 at 7:40 am
#46621
Theme Horse Support Team
Keymaster
Hi ruth elizabeth smith,
To hide the header image in all pages apart from the home page Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.page .header-image {
display: none;
}
.home .header-image {
display: block;
}
Thank you!