A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Change font size of calendar_monthly module
-
Hello , how can I change the font size of this module ? I tried adding
.calendar_monthly {
font-size: 50px;
line-height: 50px;
}to the custom.css file , and changing the font size and height , but nothing happened .
Anything else I can try ? Thank you very much . I hope to make the numbers and box bigger for this module so its larger overall .
-
Don’t know exactly what module you are using since there is more than one monthly calendar, but try this :
.calendar_monthly .xsmall { Font-size: 50px; Line-height: 50px; }