Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @derrickkca,
    You can do that by editing the theme php file, but it will be a mess if you update the theme.

    So here’s the CSS solution:
    // To hide the header
    .entry-header {
    display: none;
    }

    If you are referring to this as your footer:

    Title:
    Description:
    Author:
    Date/Time: 4/8/2017 10:14 AM

    Then you do not need CSS to hide this, it is a part of the post. So go the to post/page editor from your dashboard and remove that part.

    And if your are referring to the <footer> tag as your footer then, you dont’ have to worry about it, because it is already hidden. Here’s it’s CSS code:

    .page-id-136 .site-header, .page-id-136 .site-footer {
        display: none;
    } 

    Hope this helps ??

    Thread Starter derrickkca

    (@derrickkca)

    Thanks for the help Its all good now.

    @derrickkca glad i could help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove header & footer from 1 page only in snaps’ is closed to new replies.