Site logo

Archived topic

Turn off default 404 page content

1 reply · Started by nickdgreen on August 10, 2017

Viewing posts 1–2 of 2

I would like to turn off/remove the side bar and default content of the 404 page to just leave the site header and footer, the primary navigation and the page header created in GPP.

You should be able to do this:

.error404 #page {
    display: none;
}
This archived topic is closed to new replies.