How to remove search bar from 404 page in X Theme?

Hi,
How do you remove search bar from the 404 page in X Theme? I’m looking to remove it from the code not just hide it with CSS.

Stan

Hi Stan,

To remove the Search Form from the 404 page, please copy the following file and add into the same folder location in your child theme.

x\framework\views\global\_content-404.php

Child Theme location should be:

x-child-theme\framework\views\global\_content-404.php

And remove the <?php get_search_form(); ?> which is the reason behind showing the Search Form.

Hope it helps.
Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.