[Resolved] hide page search form 404

Home Forums Support [Resolved] hide page search form 404

Home Forums Support hide page search form 404

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #885975
    José

    Hi, I’m personalizing page 404, I’m going to insert a subscription form. I would like help to hide the search form that has the default page, besides it is not necessary. I tried to hide it with Css, but I could not …

    The attention is appreciated

    #885991
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try this CSS:

    .error404 .entry-content .search-form {
        display: none;
    }

    Let me know 🙂

    #886069
    José

    Hi Tom, it works perfect.

    Thank you very much

    #886760
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.