A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-CalendarExt3 CSS configuration for Month Size
-
Hi
In MMM-CalendarExt3 module, how do I increase the font-size of the calendar month (see accompanying image)? -
@sharkbait he lists a lot of the element classes in his readme.
If that is not enough info, use the developers window elements tab
See the second link in my signature below to learn about it.
-
@sdetweil
Thank you for the invaluable tip. I studied the HTML elements using your suggested CTRL+SHIFT+I approach, and managed to increase the font size of the header month. This was the snippet I added to custom.css that worked:.MMM-CalendarExt3 .module-header {
font-size:225%;
font-weight:bold;
padding: 0 0 20px 0;
font-color: #FFFFFF;
} -
@sharkbait awesome. You can use it on every module