Hi,
The Error 404 function is working fine but I need to edit the content in the page. I think I understand I need to edit the 404.php file in the Enfold theme but am not sure how to edit it properly.
I have no blog for this site and on the 404 page at the bottom it states:
Feel like browsing some posts instead?
[Then it lists some posts here (probably form the dummy data]
How do I remove this from the content of the 404 page?
Thanks,
Scott
Create a folder “includes” under your enfold child theme folder.
Copy the file “error404.php” from “enfold/includes” to “enfold-child/includes” and edit it accordingly.
Hi!
As George mentioned, you are going to need to modify the file directly. You can also try adding following code to Quick CSS in Enfold theme options under General Styling tab
.error404 .avia_combo_widget, .error404 h3 {
display: none!important;
}
@netinfoplc Thanks!
Best regards,
Yigit
cheers
Thanks Yigit,
The code placed in the Quick CSS worked great!
Scott