#o ok! i didnt got it to work
1 messages · Page 1 of 1 (latest)
Okay. The reason I found in my yaml is I styled the custom:stack-in-card itself and it hides the strikethrough look. It actually doesn't remove it. I played a round a bit and it appears the styling there directly affects the image when the stack is styled first...like here in my code:
- type: custom:stack-in-card
card_mod:
style: |
ha-card {
background: rgba(0, 0, 0,0.90);
}
mode: vertical
cards:
...
unfortunately, that was the fix I had applied to hide it. Different themes also tend to have a different look as well, but that is another can of worms LOL.