Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Can I just have the pages I want to have the header on it?
I want the header on the Home page only. How do I do that?
Hi Ali
Thanks for reaching out.
Try the following at Appearance > Custom CSS:
/* Header */ #masthead { display: none; } .home #masthead { display: block; }Let us know how that goes :)