Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter hedgeriders

    (@hedgeriders)

    I found an answer elsewhere in these forums that worked. Here’s the fix:
    (1) Apperance > Customize > Additional CSS
    (2) Add the following CSS:

    .site-header {
    display: none;
    }
    .home .site-header {
    display: inherit;
    }

    To remove the header on all pages in Twenty Seventeen.

    To remove the header on all pages except the top/main/home page, use:

    .site-branding {
    display: none;
    }
    .home .site-branding {
    display: inherit;
    }

Viewing 1 replies (of 1 total)