Open ivancristina opened 1 year ago
Hi, you are missing the card-mod module. Install this via HACS and you are able to add custom CSS to any card like so:
type: custom:more-info-card
entity: light.bagno
title: ' '
card_mod:
style: |
state-card-content {
display:none !important;
}
Hi @thomasloven, I'm scratching my head on this one. After the 2023.3 update, the new more-info card has been deployed. I am unable though to hide the
p.name
insideha-more-info-state-header
, here a screenshot and my codeThe DOM selector should be this:
I would really love some help, thank you in advance!