Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #465725

    Hi there

    I’ve added a plugin to customise the 404 page but there’s a slight problem which I think the theme is causing.

    The page ‘error-404’ looks fine but when I load it via a genuine missing page ‘404’ the theme puts some extra code at the top?

    Any thoughts how to remove it?

    Thanks
    Richard

    #466037

    Hey raslade!

    I didn’t see any extra code. Are you trying to remove the white space? If so then try adding this to your custom CSS.

    .error404 .template-page {
      display: none !important;
    }

    Best regards,
    Elliott

    #466098

    Hi Elliott

    It seems to be this CSS that’s adding extra white space: .av_minimal_header + #main .container_wrap_first

    Thanks
    Richard

    #466476

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .error404 #main>.fullsize>.container>.content {
      display: none;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Best regards,
    Yigit

    #466498

    Spot on thank you for your help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘404 page problem’ is closed to new replies.