weather-card icon indicating copy to clipboard operation
weather-card copied to clipboard

Change colors font

Open pepsonEL opened this issue 3 years ago • 4 comments

Hi. Is any chance to change color of fonts ? I use background and font is not perfec weather t

pepsonEL avatar Nov 16 '21 09:11 pepsonEL

Anybody can help me.... please....

pepsonEL avatar Nov 21 '21 17:11 pepsonEL

Hi, i had same problem and resolved with card-mod. Install card-mod if you haven't, then, in your custom-weather-card config, add this:

    card_mod:
      style: |
        .dayname {
            color: black;
        } 
        .highTemp {
            color: black;
        }
        ha-card div.current span.title {
           color: black;
        }
        ha-card div.current span.temp {
           color: black;
        }
        ha-card div.current span.tempc {
           color: black;
        }

Obviously, edit color type as you want, i choose black... I didn't find the command to modify weather details yet, need time to make some try...

gabrymed avatar Jan 21 '22 13:01 gabrymed

Did you ever find how to change the color of weather details?

afriberg avatar Nov 01 '22 19:11 afriberg

Did you ever find how to change the color of weather details?

No,unfortunately i haven't found a solution yet.

gabrymed avatar Nov 22 '22 17:11 gabrymed