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

    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

    #313211

    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.

    #313248

    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

    #313283

    cheers

    #313608

    Thanks Yigit,

    The code placed in the Quick CSS worked great!

    Scott

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