[GH-ISSUE #14] Is it Possible to remove blur from text only cards ? #15

Closed
opened 2026-05-07 00:17:16 +02:00 by BreizhHardware · 2 comments

Originally created by @Drosaca on GitHub (Jun 27, 2025).
Original GitHub issue: https://github.com/Nezz/homeassistant-visionos-theme/issues/14

I was wondering if it is possible to remove blur from a single title text which has the bad luck to not look great on my background image

Image

Originally created by @Drosaca on GitHub (Jun 27, 2025). Original GitHub issue: https://github.com/Nezz/homeassistant-visionos-theme/issues/14 I was wondering if it is possible to remove blur from a single title text which has the bad luck to not look great on my background image ![Image](https://github.com/user-attachments/assets/e670af9a-0d0b-4acd-bee6-a6d9b360591c)
Author
Owner

@Nezz commented on GitHub (Jun 28, 2025):

You can do it with card mod:

card_mod:
  style: |
    ha-card {
      backdrop-filter: none;
    }
<!-- gh-comment-id:3015069982 --> @Nezz commented on GitHub (Jun 28, 2025): You can do it with [card mod](https://github.com/thomasloven/lovelace-card-mod): ``` card_mod: style: | ha-card { backdrop-filter: none; } ```
Author
Owner

@Drosaca commented on GitHub (Jun 28, 2025):

works like a charm thanks!

<!-- gh-comment-id:3015333547 --> @Drosaca commented on GitHub (Jun 28, 2025): works like a charm thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/homeassistant-visionos-theme#15
No description provided.