Reply To: How can I hide the Menu and header on a single page?

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?

#3369
Raghavendra
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 */