September 11, 2014 at 5:13 pm
#5914
Keymaster
The easiest way to remove the header for one page is to hide it through css.
Add this code on Frontier Options -> Custom CSS
.page-id-108 #header {
display: none;
}
You’d have to replace .page-id-108 with the class of your specific page. To get it, you need to visit the page. Right-click anywhere then select “View Page Source”. Find the <body>
tag.
Example:
<body class="page page-id-108 page-template-default">