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

    Hi,
    How can I hide the search field on a 404 page.
    Is there a CSS code or something linke that? And: can I change the 404 page?
    Regards
    MK

    #260882

    Hi mako10!

    Please go to Enfold/includes folder and edit error404.php file

    Regards,
    Yigit

    #260886

    @ to hide the search field:
    isn`t there a CSS thingy to include in the general settings like to hide the menu?

    #260969

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .error404 #searchform, .error404 .entry-content {
    display: none;
    }

    Best regards,
    Yigit

    #261000

    Thank you for your awesome support!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘hide search field on 404 pages’ is closed to new replies.