hide header from start page
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
1Hi 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.