Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30998
    paulandrew
    Guest

    Hi there, I’m not sure how to do this, I might want to create a home/index page without any header or menues, just some graphics and a simple ENTER button that would lead to the main site. In the past I did an index page as a portal to the rest of the site, which each page having the header/menus etc, but not on the first visitor page. Thanks for any info.

    #30999
    support
    Guest

    Hi Paul, thank you for contacting us!

    Unfortunately our themes do not currently have the a page template that will disable the header and footer display for individual pages, but we do have a feature request in with our development team to get that added in a future release.  If you would like you can subscribe to that GitHub issue directly to get updates on the progress of that feature as soon as they occur.

    Since we don’t have a page template that takes care of the work for you, we will need to use some custom CSS code to help you create your intended design.  This code should hide the header and footer on the designate front page of your website:

    .home .site-header,
    .home .site-footer {
        display: none;
    }

    Please let us know if you have any additional questions, we are always happy to help!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Home/Index page with no header. How?’ is closed to new replies.