Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29682

    Hello is it technically possible to remove the header / menu on the homepage ?

    And by extent, the footer too?

    Thx for the tip if any…

    #141220

    Hi there. Adding the following custom css suppresses the header wrapper (logo, menu, etc.) all over the site.

    #header_main {
    display: none;
    }

    .. which is not what I am looking for.

    I tried:

    .home #header_main {
    display: none;
    }

    But this does not seem to work. Any idea?

    #161715

    Hi Alexoidea,

    On the right hand side of a page editor is a meta box with the dropdown for Templates. Select the blank page template and this will give you a page without a header, footer, socket or anything but your content.

    This is how the demo created pages like : http://kriesi.at/themes/enfold/pages/blank/coming-soon/

    Regards,

    Devin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to: remove menu (header) and footer from homepage only?’ is closed to new replies.