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
Hi mako10!
Please go to Enfold/includes folder and edit error404.php file
Regards,
Yigit
@ to hide the search field:
isn`t there a CSS thingy to include in the general settings like to hide the menu?
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
Thank you for your awesome support!!!