Site logo

Archived topic

hide page search form 404

3 replies · Started by José on May 1, 2019

Viewing posts 1–4 of 4

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

Hi there,

Try this CSS:

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

Let me know :)

Hi Tom, it works perfect.

Thank you very much

You're very welcome :)

This archived topic is closed to new replies.