• Resolved beckyhoefs

    (@beckyhoefs)


    I would like to keep the header image on the home page and remove it from all other pages and also removing the extra dead space where the header images will be removed. My temporary domain is 650.42d.myftpupload.com
    Thank you!

Viewing 1 replies (of 1 total)
  • Hi @beckyhoefs,

    When you say you want to remove the header image from all other pages but the homepage, do you mean you want to remove the entire container or do you just want to remove the image?

    I’m assuming you want the entire container gone.

    You can quickly and easily achieve this with some CSS. Give the following a try:

    body:not(.home) #masthead {
       display: none;
    }

    Let us know if that helps out!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Header on Subsequent pages’ is closed to new replies.