How to remove footer info from 404 page - by Kay

This topic has 2 replies, 2 voices, and was last updated 3 years, 7 months ago ago by John Holden

  • Avatar: Kay
    Kay
    Participant
    August 6, 2020 at 04:49

    I would like to remove ALL menus and content from the 404 pages. I just want a blank 404 page to show up if someone tries to get to a page that does not exist. How do I do this?

    I was given CSS code below, but that only removed the top navigation menu. I’d like to remove the footer info as well so I have a blank page.

    Thanks for your help!

    Add this code in Theme Options > Theme Custom CSS:
    .error404 header#header,
    .error404 .page-heading {
    display: none;
    }

    1 Answer
    Avatar: John Holden
    John Holden
    Support staff
    August 6, 2020 at 05:57

    Hi,

    Use below code

    .error404 .et-footers-wrapper{
    display: none;
    }

    Regards,
    Hung PD

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

You must be logged in to reply to this topic.Log in/Sign up

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