Home › Forums › Support › Remove “…Maybe Try Searching?” From 404 Page (CSS Only Removed Search Bar) This topic has 5 replies, 3 voices, and was last updated 5 years, 5 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 16, 2020 at 5:25 pm #1534015 Michelle To remove the search bar from the 404 page, I used .error404 .search-form { display: none; } However, it did not remove “It looks like nothing was found at this location. Maybe Try Searching?” How do I remove this? November 16, 2020 at 5:31 pm #1534018 ElvinStaff Customer Support Hi, The CSS selector you’ve used only targets the search bar. The search message is located within the content area with its own selectors. That said, can you link us to the site you’re working on? So we could check which CSS selectors to use. You can provide the site details on the private information text field. Thank you. November 17, 2020 at 11:01 pm #1535595 Michelle My credentials are in the private information below November 18, 2020 at 2:44 am #1535782 DavidStaff Customer Support Hi there, try this CSS to remove the form and the default content: .error404 .entry-content { display: none; } November 18, 2020 at 3:38 pm #1536860 Michelle That worked perfectly. Thank you. Is there code that I can use to add an image the width of the page (not full screen)? November 19, 2020 at 12:41 am #1537158 DavidStaff Customer Support Would that be a background image ? Or an image within the content ? Alternatively – Do you use the Block Editor ? If so we have a way to reconstruct the 404 page using the Block Editor + GenerateBlocks 🙂 Let me know Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In