Hello !
I tried to download the theme onto my HA (I’ve also installed the Theme Manager), but no matter which theme style I select, my cards don’t seem to switch to the glass effect (header black too) – I don’t understand why. I’ve already tried reinstalling the theme and deleting the theme folder, and I’ve added the necessary entries to my configuration.yaml. I don’t have a card_mod line in my cards.
Most of my cards are ‘mushrooms-template-card’ cards or ´mushrooms-chips-card’ nested within ‘vertical-stack’ cards.
Example :
- type: grid
columns: 4
square: false
cards:
- type: custom:mushroom-template-card
primary: House
icon: mdi:home
color: blue
vertical: true
tap_action:
action: navigate
navigation_path: house
Thanks in advance !

Hello !
I tried to download the theme onto my HA (I’ve also installed the Theme Manager), but no matter which theme style I select, my cards don’t seem to switch to the glass effect (header black too) – I don’t understand why. I’ve already tried reinstalling the theme and deleting the theme folder, and I’ve added the necessary entries to my configuration.yaml. I don’t have a
card_modline in my cards.Most of my cards are ‘mushrooms-template-card’ cards or ´mushrooms-chips-card’ nested within ‘vertical-stack’ cards.
Example :
columns: 4
square: false
cards:
primary: House
icon: mdi:home
color: blue
vertical: true
tap_action:
action: navigate
navigation_path: house
Thanks in advance !