Mushroom chips card background not working with card-mod

I’ve been trying to change the background color of mushroom-chips-card via card-mod but can only apply at global level not a individual level.

type: vertical-stack
cards:
  - type: custom:mushroom-chips-card
    chips:
      - type: entity
        entity: update.home_assistant_supervisor_update
      - type: light
        entity: light.virtual_garage
        card_mod:
          style: |
            ha-card {
              --chip-background: rgba(255, 0, 0, 0.2); 
            }

image

type: vertical-stack
cards:
  - type: custom:mushroom-chips-card
    chips:
      - type: entity
        entity: update.home_assistant_supervisor_update
      - type: light
        entity: light.virtual_garage
    card_mod:
      style: |
        ha-card {
          --chip-background: rgba(255, 0, 0, 0.2); 
        }

image

It was a bug long time back not now so I’m not sure why I can’t

Any help please.

Check if you got card-mod 3,4,4

2 Likes

Very interesting… my card-mod 3, HACS was showing ver 3.5.0 ( and there is no 3.5.0 version :thinking: as the latest is 3.4.4… not sure why… anyway did the latest 3.4.4… reloaded HCAS and YAML no change. … restarted HA… went to Edge instead of FireFox… bang!
Spent whole evening yesterday and couldn’t figure out the issue :frowning:
All good across browsers now…
Thanks

it was cancelled soon after releasing.