[resolved] Cardmod not working for entity-filter card?

Hi,
I’m using following card-mod for adding a white border for all my cards:

card_mod:
  style: |
    ha-card {
      border: 1px solid white;
    }

Until now it worked for all my cards. Yesterday I added it to an entity-filter card and there it is not working. How can I get it working?
Br, Michael

Do you have card_mod aligned with entities?


card:
  type: entities
  card_mod:
   style: |
    ha-card {
      border: 1px solid red  !important;
    }

that’s the problem. Thanks a a lot for the fast answer!

1 Like

Happy to help!

1 Like