Hello! How do I edit the Nothing Found page in the Enfold Theme? I would like to remove the right sidebar with Pages.
Hey mhservices!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.error404 main {
width: 100%!important;
border: none;
}
.error404 .sidebar {
display: none!important;
}
Cheers!
Yigit
That worked. Thanks Yigit!