Hello. I’m using the grid to display real estate listings on my site. Sometimes, we don’t have any listings that fall within the category I’m trying to display, but things change daily. Tomorrow I might. Ideally I’d like to just be able to suppress the error message when there are no results, but my second choice would be to change the error message that displays.
I’ve tried changing the class using .tg-error-msg { display:none; } as recommended in another post but that doesn’t seem to be working. Maybe I’m not putting it in the right place? I’ve tried both in the site customizer css and the grid css areas.
Any advice?