MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
UNSOLVED 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
-