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*

Only display header image on home page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46607

    Hi. How can I hide the header image on all pages apart from the home page? Thanks in advance.

    #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!

    #46661

    Thank you very much. That works really well.

    Sorry to bother you again but I would also like to display the text header (#site-title) on all the pages but hide it on the home page.

    Would you be able to give me some code for that please. Thanks.

    #46717

    Hi ruth elizabeth smith,

    To hide site title on home page only then add below custom css too

    .home #site-logo { 
       display: none;
    }

    Thank you!

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