Viewing 1 replies (of 1 total)
  • Hi,
    That’s very easy to customize with just a few easy code. Please go to “Appearance > Customize > CSS”, and insert below code will do the magic.

    .banner {
       display:none;
    }
    .home .banner {
       display:block;
    }

    Hope you like it.

    Cheers ??

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