Hiding the "No entries match your request" message

New functionality: 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:

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:

.gv-container-no-results{ display:none; }

Just add this to your theme's stylesheet file or follow this article:  How to add custom CSS to your website

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us