#Change background color of the whole horizontal stack?
1 messages · Page 1 of 1 (latest)
iirc the horizontal/vertical stack cards don't have ha-card, if you want to modify them like that the easiest method is to wrap them in the custom:mod-card (or whatever it's called) that comes with card_mod
use Stack In Card https://github.com/custom-cards/stack-in-card
just do
type: custom:mod-card
card_mod:
style: |
ha-card {
background: red;
}
card:
type: horizontal-stack
cards:
- type: entity
entity: sun.sun
- type: entity
entity: sun.sun
- type: entity
entity: sun.sun