Card view for Bases with no header

Hi @digitaldoctors,

I use the following CSS snippet to do this per-page:

.no-bases-header .bases-header {
    display: none;
}

Then, on the page where I don’t want to see the header, I add this cssclasses property value:

cssclasses:
  - no-bases-header

This causes any Bases on the page to not have their header:

If you’re not familiar with how to use CSS snippets, you can read up on the docs:

1 Like