#Heading Card

1 messages · Page 1 of 1 (latest)

shy viper
#

Hello, does anyone know of a way to add a border to a Heading Card.
I have tried this and other variations but does not work Thanks

type: heading
heading_style: title
icon: mdi:lightbulb-multiple
heading: Lights Status
card_mod:
style: |
ha-card {
border-width: 2px !important;
}

halcyon zephyr
#

You can try

card_mod:
  style:
    .: |
      ha-card {
        background: rgba(255, 228, 181, 0.5) !important;
        height: 60px !important;
        margin-top: 0px !important;
        border: 1px solid red !important;
      }```