Hiding footer on single page
-
What CSS can be used to hide the footer on just a single page? This CSS hides both the header and footer on a single page. What adjustment can I make to just hide the footer?
.page-id-878 .header-footer-group {
display: none !important;
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Hiding footer on single page’ is closed to new replies.