Card-mod: get rid off borders for mushroom:template-card

You can use this code

card_mod: 
 style: |
  ha-card {
   border: none;
     }

Example Card

type: custom:mushroom-template-card
primary: Hello, {{user}}
secondary: How are you?
icon: mdi:home
card_mod: 
 style: |
  ha-card {
   border: none;
     }

There are two main Mushroom threads with plenty of examples here and here

1 Like