Hi,
I would like to know how I can configure my error 404 page on my Enfold theme?
I would like to customize it in terms of content and design CSS style (take off sidebar, take off comments, add new text…)
Is it possible?
Please let me know
Thank You
Hey Lev!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.error404 .sidebar { display: none !important; }
.error404 .content { width: 100% !important; border: none; }
If you would like to add new text and replace existing content, please go to Enfold/includes and edit error404.php file
Cheers!
Yigit
OK Great that worked !
But what about the rest of the page? check this screenshot http://screencast.com/t/3MqMxpAv3
How can I change the content shown in the screenshot?
Thanks for your help!
Hey!
Just like what Yigit said , you need to edit includes > error404.php file.
Best regards,
Ismael
https://wordpress.org/plugins/404-to-start/ Also may scratch your itch.
How should I take off comments and search module as well??
See screenshot: http://screencast.com/t/MJXp72dSZ
Please help !!!!
Thanks
Hey!
Please change Enfold/includes/error404.php file with this one – http://pastebin.com/dCZXiP5Z
Best regards,
Yigit