badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Only display header image on home page

#46621

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!