<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Change font size of calendar_monthly module]]></title><description><![CDATA[<p dir="auto">Hello , how can I change the font size of this module ? I tried adding</p>
<p dir="auto">.calendar_monthly {<br />
font-size: 50px;<br />
line-height: 50px;<br />
}</p>
<p dir="auto">to the custom.css file , and changing the font size and height , but nothing happened .</p>
<p dir="auto">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 .</p>
]]></description><link>https://forum.magicmirror.builders/topic/10745/change-font-size-of-calendar_monthly-module</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 11:18:07 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10745.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Jul 2019 06:38:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Change font size of calendar_monthly module on Mon, 08 Jul 2019 07:58:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/legendary_wiz" aria-label="Profile: Legendary_Wiz">@<bdi>Legendary_Wiz</bdi></a></p>
<p dir="auto">Don’t know exactly what module you are using since there is more than one monthly calendar, but try this :</p>
<pre><code>.calendar_monthly .xsmall {
 Font-size: 50px;
Line-height: 50px;
 }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/58689</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/58689</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Mon, 08 Jul 2019 07:58:51 GMT</pubDate></item></channel></rss>