• Resolved gracefulfaceplant

    (@gracefulfaceplant)


    Hello!

    I am trying to figure out how to limit the display of the header image to the homepage. I have tried adding the following code to the Custom CSS recommended on other threads, to no avail:

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

    Thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Try this:

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

    Does that help?

Viewing 1 replies (of 1 total)
  • The topic ‘Header on home page only’ is closed to new replies.