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
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
Hi Elliott
It seems to be this CSS that’s adding extra white space: .av_minimal_header + #main .container_wrap_first
Thanks
Richard
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
Spot on thank you for your help.