<?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[MMM-CalendarExt3  and MMM-CalendarExt3Agenda =&gt; Symbol increase]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">q1<br />
How can i increase the size of the symbols for both modules?<br />
I did not find any working solution in the forum.</p>
<p dir="auto">q2<br />
While increasing the symbol size, will automatically increase also the height of the rows?</p>
<p dir="auto">Thx a lot</p>
]]></description><link>https://forum.magicmirror.builders/topic/18811/mmm-calendarext3-and-mmm-calendarext3agenda-symbol-increase</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 14:13:02 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18811.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Jun 2024 09:40:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt3  and MMM-CalendarExt3Agenda =&gt; Symbol increase on Fri, 21 Jun 2024 06:09:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mmrize" aria-label="Profile: MMRIZE">@<bdi>MMRIZE</bdi></a><br />
Thanks a lot<br />
Works perfect</p>
]]></description><link>https://forum.magicmirror.builders/post/118400</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118400</guid><dc:creator><![CDATA[Vauxdvihl]]></dc:creator><pubDate>Fri, 21 Jun 2024 06:09:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-CalendarExt3  and MMM-CalendarExt3Agenda =&gt; Symbol increase on Thu, 20 Jun 2024 15:27:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vauxdvihl" aria-label="Profile: Vauxdvihl">@<bdi>Vauxdvihl</bdi></a></p>
<p dir="auto">Select what you need and append them into your <code>css/custom.css</code></p>
<ol>
<li>CX3 symbol only resize</li>
</ol>
<pre><code class="language-css">.CX3 .event .headline.useSymbol .symbol {
  font-size: 20px; /* Or whatever you need. The default value is 75% of `.CX3 { --fontsize }` */
}
</code></pre>
<ol start="2">
<li>CX3 whole module resize</li>
</ol>
<pre><code class="language-css">.CX3 {
  --fontsize: 22px; /* Or whatever you need. The default value is 18px */
}
</code></pre>
<ol start="3">
<li>CX3A symbol only resize</li>
</ol>
<pre><code class="language-css">.CX3A .event .headline.useSymbol .symbol {
  font-size: 20px; /* Or whatever you need. The default value is 75% of `.CX3A { --fontsize }` */
</code></pre>
<ol start="4">
<li>CX3A whole module resize</li>
</ol>
<pre><code class="language-css">.CX3A {
  --fontsize: 18px; /* Or whatever you need. The default value is 16px */
}
</code></pre>
<p dir="auto">}</p>
]]></description><link>https://forum.magicmirror.builders/post/118392</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118392</guid><dc:creator><![CDATA[MMRIZE]]></dc:creator><pubDate>Thu, 20 Jun 2024 15:27:04 GMT</pubDate></item></channel></rss>