• Hello,
    I would like to ask that, how can I remove the header image from the pages, except home page.
    I use Explore Theme.
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @mavati,
    You can make header image be shown on home page only by using custom css feature available on “Explore” theme. Simply navigate Dashboard > Appearance > Design Options > Custom CSS. There You’ll get a section to add your custom css. For your purpose, you could add following CSS code inside the box below Custom CSS.

    body:not(.home) .header-image {
          display:none;
    }

    Best Regards.

    Thread Starter mavati

    (@mavati)

    Thanks for your help. It was very useful, it works well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove header image from pages, except homepage’ is closed to new replies.