🔹 Card-mod - Add css styles to any lovelace card

@RatatoskRagnarok Mushroom uses specific nomenclature for title cards. I just answered this yesterday in the Mushroom forum found here:

type: custom:mushroom-title-card
title: Title
subtitle: Subtitle
card_mod:
  style: |
    ha-card {
      --title-color: red !important;
      --subtitle-color: blue !important;
      }

image
For the remainder of Mushroom Cards you’ll use

card_mod:
    style: |
        ha-card {
          --card-primary-color: white !important;
          --card-secondary-color:  green !important;
                 }

In addition @Ildar_Gabdullin advice is exactly how I was able to learn how to edit rather quickly.

1 Like