Card: individual Background Color

Hello,

I am currently creating the dashboard and have the following question:
Is it possible to assign a background colour and size to maps individually?
If so, which codes do I have to use?

Or do I have to install and parameterise an extra theme for this purpose?

Regards,

Andreas

You can apply themes to individual cards. I’m pretty sure this will not override the map colour though.

You may be able to do something with card mod.

You can change the size of the card with this:

Hi,

thanks for your quick response on my post. i hope you understand my bad english but i’m german.
I install the plugin layout card and i following the instructions from the install guide.

my qustion is:

How can i insert the custom background color now in the following code

type: grid
cards:
  - type: gauge
    entity: sensor.epson_wf_5620_series_black_ink
    min: 0
    max: 100
    name: Schwarz
  - type: gauge
    entity: sensor.epson_wf_5620_series_cyan_ink
    min: 0
    max: 100
    name: CYAN
  - type: gauge
    entity: sensor.epson_wf_5620_series_magenta_ink
    min: 0
    max: 100
    name: Magenta
  - type: gauge
    entity: sensor.epson_wf_5620_series_yellow_ink
    min: 0
    max: 100
    name: Gelb
columns: 2

Thanks and kind regards,

Andreas