How to remove card headers to optimize for smaller screens

Hi

Im trying to remove the card headers to optimize the layout for a wall mounted tablet.

I installed card mod, but cannot figure out what to add to the yaml to remove the header.

I tried variations of the below but cannot figure out how to get it working. Could somebody point me in the right direction.

The illustration is just me deleting the css in inspection mode.

For the first card:
image

Second card:
image

Third card:
image

card_mod:
  style: |
    header {
      display: none;
    }

1 Like