Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › How can I hide the Menu and header on a single page? › Reply To: How can I hide the Menu and header on a single page?
December 13, 2013 at 2:02 pm
#3369
Moderator
You can use the following Custom CSS to be pasted into theme options Custom CSS tab –
.page-id-123 .sticky-wrapper, .page-id-123 #header, .page-id-123 #mobile-menu { display: none; } /* Replace 123 with the page id of the FAQ page */ .page-id-123 #title-area { display: none; } /* If you need the heading of the page to be hidden too */