Home Forums Claremont Pro Hide header and nav bar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9512
    Boris Gutierrez
    Participant

    I would like to hide the header and nav bar on a single page to create a landing page.  Can you provide me the CSS and instructions to be able to do this please?

    Thank you

     

    #9513
    Andy
    Keymaster
    .page-id-123 #masthead {
        display: none;
    }

    Add the above CSS to Customize > Additional CSS.

    Replace 123 part of .page-id-123 with the ID of your actual page.

    You can find the page ID when you edit the page you will see /wp-admin/post.php?post=123&action=edit in the address bar. The ‘post=123’ part is the page ID.

    #9548
    Boris Gutierrez
    Participant

    Works great.  Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide header and nav bar’ is closed to new replies.