• The default 404 page for X2 is clever not at all appropriate enough for my organization’s website. I completely changed the template file with the 404 page from twentythirteen, and added CSS to stop the whole thing from being roated 180 degrees (really!) but the page still doesn’t show my site’s header and navigation.

    Clearly there is a function somewhere in the theme doing fancy things with the 404 page. Anyone know how to make this stop?

Viewing 1 replies (of 1 total)
  • For some reason, your theme writes a lot of CSS to your header, and uses !important way too much.

    Get a custom CSS plugin and use this code:

    body.error404 #header {
    display: block !important;
    }

    If that doesn’t work, can you post a link to your site?

Viewing 1 replies (of 1 total)
  • The topic ‘I would like to have a professional and functional 404 page’ is closed to new replies.