• Hi.

    I’m trying to remove the hero image on every page except for the home page. Is there an easy way to do that? To be clear: I don’t want to replace it with a featured image, just no image at all.

    I searched the forum and read the documentation but could not find out how.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Eric Paquette

    (@rikipi)

    I figured out the basic CSS to obtain such result. Thanks!

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

    Thanks for the tip! I wanted to do the same thing.

    In addition to this question I would like to ask how it works wits a different header on a subpage, not random but every page it’s own header? I tried the Featured image on the right side of the page. But this doesn’t work

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tiny Framework Theme: Header image only on Home page’ is closed to new replies.