A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Font size changes
-
How does one change the font size of text in a module?
-
You edit the custom.css file
For how css works if you are new to css.
But short it’s something like this
.Modulename {font-size: 20px}
-
Wondering if I can ask advice. I have MMM-ip displaying the pi’s IP address, but it is tiny.
I have added this to my custom.css:.MMM-ip { font-size: 35px; }
and played around with different sizes, but the module doesn’t seem to change at all.
Any ideas?
Thanks
-