marcokreeft87 / room-card

Show multiple entity states, attributes and icons in a single card in Home Assistant's Lovelace UI
MIT License
231 stars 38 forks source link

Can the Title font size be reduced? #350

Closed templeowls21 closed 3 days ago

templeowls21 commented 5 days ago

See question above. The font is a bit too big for my dashboard. Any way to alter it via card mod or another method?

marcokreeft87 commented 5 days ago

Did you read the wiki by any chance? :p

templeowls21 commented 3 days ago

Here? https://github.com/marcokreeft87/room-card/wiki/Configuration

I did, I don't see anything on title font size unless I'm missing it

marcokreeft87 commented 3 days ago

Yes, the styles section

templeowls21 commented 3 days ago

There is nothing about font size for the title in the styles section. I'll look for another method. Thanks tho.

marcokreeft87 commented 3 days ago

You have to know how to apply custom css or use card_mod. I can't teach you through Github discussions. Look up some home assistant community examples.

templeowls21 commented 3 days ago

I know how to use card_mod; I just can't seem to figure out the naming convention for the title attribute

marcokreeft87 commented 3 days ago

There is title css class, does that help?

templeowls21 commented 3 days ago

It did! THanks!