A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Autorestart
-
@cornusandu said in Autorestart:
The calendar have on top a title , I called it “my calendar” , how can I increase the font size only if the title ?
Assuming the default calendar module, add this to your custom.css file and adjust accordingly…
.calendar .module-header { color: yellow; text-align: center; font-size: 34px; }
-
@Mykle1 thank you very much
-
@cornusandu said in Autorestart:
thank you very much
I’m guessing that worked for you. Cool. Enjoy your experience.
-
@Mykle1 Similar issue but how can i increase the font size of the dates? Thanks
-
The dates? As in Thanksgiving and Christmas?
.calendar .title.bright { font-size: 24px; }
Keep in mind that the calendar module makes use of a table, including cells and line heights. If you make the text too large it will get ugly in a hurry. You might want to try zoom for the entire module. Just a thought.