hide header and footer on a specific page
-
Hi,
I am using the Tesseract Theme to create a home page for my department (see https://www.kmavejle.dk ). The home page includes a manual for an IT application. On the page with the manual, I would like to have a clean look without header, menu and footer.
I have installed the “simple custom css” plugin. In the plugin I wrote the following:
.page-id-523 header#masthead {
display: none !important;
}.page-id-523 footer#colophon {
display: none;
}Unfortuanetly this does not completely solve the problem as you can see here:
See pageHow do I hide the rest?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘hide header and footer on a specific page’ is closed to new replies.