• Hello, I would like to show an image header only on my frontpage.
    I’ve tried a couple of CSS lines but it doesn’t seem to work.
    Any help? Thanks!

    I’ve tried these:
    .header-image {
    display: none;
    }

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

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

  • The topic ‘header image in homepage only’ is closed to new replies.