#anyone know how to make this fully transparent
1 messages · Page 1 of 1 (latest)
do you have card mod installed?
yeah
i tried using this but it didnt work.
card_mod:
style: |
ha-card {
background: none !important;
border: none !important;
box-shadow: none !important;
}
try this:
card_mod:
style: |
ha-card {
background-color: transparent !important;
}
if you want to get rid of the border too:
card_mod:
style: |
ha-card {
--ha-card-border-width: 0px !important;
background-color: transparent !important;
}
is both home assistant and card_mod up to date?