How do I remove navigation menu from 404 page

This topic has 2 replies, 2 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler

  • Avatar: Kay
    Kay
    Participant
    June 21, 2020 at 03:43

    I would like to remove all navigation menus and content from the 404 pages. I just want a blank page to show up if someone tries to get to a page that does not exist. How do I do this? The 404 page settings only allows me to change the content on the page. I don’t see an option to remove the headers and navigation.

    Thanks for your help!

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 21, 2020 at 09:04

    Hello,

    Add this code in Theme Options > Theme Custom CSS:

    .error404 header#header,
    .error404 .page-heading {
        display: none;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

The issue related to '‘How do I remove navigation menu from 404 page’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.