- This topic has 2 replies, 2 voices, and was last updated 4 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Hide header and nav bar’ is closed to new replies.
Home › Forums › Claremont Pro › Hide header and nav bar
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
.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.
Works great. Thank you very much!