---
title: "Hiding the &#8220;No entries match your request&#8221; message"
date: 2026-04-23
author: "GravityKit"
link: "https://www.gravitykit.com/docs/gravityview/customizing-your-views/hiding-the-no-entries-match-your-request-message/"
---

New functionality: [Displaying a form if no entries exist on the View.](https://www.gravitykit.com/docs/gravityview/customizing-your-views/displaying-a-form-if-no-entries-exist-on-the-view/)

If, for any reason, your View doesn't display any entries, you will see a message like this along with the table headers:

![Table with headers: Name, Date, Current Age, Custom Content. Message: "No entries match your request."](https://www.gravitykit.com/wp-content/uploads/2025/10/file-UfqtqB2myu.jpg)
So, If you don't want to display this empty table at all, then you can use a CSS class called .gv-container-no-results to **hide** this whole table:
```

```

```

```

Just add this to your theme's stylesheet file or follow this article: [How to add custom CSS to your website](https://www.gravitykit.com/docs/gravityview/customizing-your-views/adding-custom-css-to-your-website/)