This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

hide header from start page

7 years ago · Last reply by Andrew Misplon 7 years ago

Hi everybody!

I love Page Builder, there is just one thing: I can’t seem to remove the header of the WordPress theme for my start page only and it messes up my pagebuilding. I have installed de SiteOrigin CSS and i know the code to hide the header at all sites…

/* Header */
#masthead {
display: none;
}

But i would like to have the header on all sites except the start page… Could you please help me?

Thanks, best regards

Clemens

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 7 years, 1 month ago

    Hi Clemens

    .home #masthead {
    display: none;
    }

    There is a unique body class on each page. On some pages like home and blog it’s reader-friendly, on others it’ll be something like page-id-xx. If you inspect the page source and check the body tag, you’ll see it there.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread