Hi,
I’m trying to reduce the font size of the state in picture-entity, here’s my configuration:
- type: custom:card-modder
style:
--paper-card-background-color: rgba(0, 100, 0, 0.2)
--paper-item-icon-color: white
border-radius: 5px
card:
type: picture-entity
entity: person.ohad
image: /local/lovelace_ui/home/ohad_square.png
show_name: false
tap_action:
action: more-info
I’ve tried adding font-size as a property to the style section but it seems to not have any effect
I’ve looked at the partial list of variables and found under html the font-size but adding it to the style section had no effect on the actual font size
@thomasloven should this work ?