• Hi SUpport,

    I wonder how can I hide the footer and the header (right above slider)on a specific page?

    How can I do this on custom CSS?

Viewing 1 replies (of 1 total)
  • A css solution? Something like:

    .page-id-YOURPAGEID .tc-header {
        display: none;
    }
    .page-id-YOURPAGEID footer#footer{
        display: none;
    }

    If you want to do this in home, .page-id-YOURPAGEID should be .home.

    Hope this helps

Viewing 1 replies (of 1 total)
  • The topic ‘How to Hide Footer and Header’ is closed to new replies.