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*

Remove Header Image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54515
    jacey.hedman
    Participant

    How do you completely remove the header image from all pages except the home page?

    #54522

    Hi Jacey,

    Use below custom css to remove the header image from all pages except the home page.

    .home .header-image {
        display: block;
    }
    .header-image {
        display: none;
    }

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.