How do I completely hide this label from a list resource?

Hello,

I am struggling to hide this highlighted label completely from one of my resources, I need all the space there is on the page for the table to appear as high as possible, so I need to hide that label as well.
I have managed to hide the breadcrumbs but not being able to hide the label.
Please let me know how do I do that?
I tried with the css but it hides the label from all resources.
If there is not a Filament way to do it then is it possible to give a class to that header div for that resource page? So I can hide it using css?
Thank you so much.
image.png
Solution
There should be a class based on your resource name:

.fi-resource-list-records-page.fi-resource-customers
Was this page helpful?