I need help understanding what to do…
I have a Plotly Custom Card. It has a title.
I want to change the font Size (color too etc).
I have identified in the web console the element… but I don’t know how to “translate” it to HA (see pics below)
I tried something like
type: custom:plotly-graph
entities:
...
title: Car charges
style: |
ha-card {
.title {
font-size: 18
}
}
But of course is not working…
Appreciate an hint!!!
Pictures

