Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #59549
    dbevarly
    Participant

    I want to have a new splash page w/o the header. My site will have three different sections. I want to remove the header and have a new homepage; keep the existing header for two sections and their pages; then create a new header for the new section pages. Menus will also be different for the new section, but I believe I know how to do that. Thank you, Dan

    #59558
    Sakin
    Keymaster

    @dbevarly: Are you trying to remove header from the code itself or just want to hide it using custom css. If it’s ok to hide it using custom css then you can just create the page and send me that page URL and then I will send you custom css to hide header. But if you want to hide it using code then you need to build child theme and then create page template in your child theme.

    #78636

    I am having similar situation. Is it possible to send CSS for suppressing header/menu on the following page:

    http://www.mymissionjourney.org/sgc-italy

    Thanks!

    #78697
    Sakin
    Keymaster

    @dbosworthstmtoolbox-org: You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:
    .page-id-1456 #masthead, .page-id-1456 .nav-primary { display: none; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Create and/or remove the header for one page?’ is closed to new replies.