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.

Way to remove header logo and menu from static homepage?

Resolved 4 replies premiumthemetheme-origami
11 years ago · Last reply by Shannon Miller 11 years ago

Hi, I’m using Origami Premium and am trying to design a custom home page. Is there an easy way to plug in some code to a php file somewhere that will remove the header and top navigation menu from just the home page? Thanks!

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

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. Greg Priday Staff 11 years, 10 months ago

    This CSS will only work for Shannon.

    Hi Shannon

    You should be able to do this with some custom CSS. Each page has a unique identifier. The following example will hide the header and menu on a page with the ID 253.

    .page-id-253 #logo,
    .page-id-253 #menu{
       display:none;
    }

    The following guide might also help with these sorts of customizations.

    https://siteorigin.com/basics/modifying-theme-design-with-custom-css/

  2. Shannon Miller 11 years, 10 months ago

    Thanks so much, Greg. How do I find the page id of the Custom Home Page? It doesn’t show up in the list of Pages like the rest, and there isn’t anything except Page Builder options like the usual page editing interface, so I’m not sure.. Thanks!

  3. Greg Priday Staff 11 years, 10 months ago

    My bad! For the Page Builder home page, the following CSS will do the trick.

    .siteorigin-panels-home #logo,
    .siteorigin-panels-home #menu{
       display:none;
    }
  4. Shannon Miller 11 years, 10 months ago

    Thank you SO much! You’re a lifesaver. Appreciate your help!

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