<?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-CalendarExt2 - Event Color Fade - Removable?]]></title><description><![CDATA[<p dir="auto">Greetings :)</p>
<p dir="auto">Been tinkering for a few days now to remove the black color fade from my events.</p>
<p dir="auto"><img src="https://imgur.com/QGAgcug" alt="Screenshot" class=" img-fluid img-markdown" /></p>
<p dir="auto"><a href="https://imgur.com/QGAgcug" target="_blank" rel="noopener noreferrer nofollow ugc">Screenshot</a></p>
<p dir="auto">Been changing a lot of custom.css settings without any luck.<br />
Changing color isn’t the problem but removing the fading effect is. My goal would be to have it with the same opacity as everything else.</p>
<p dir="auto">Some help or tip in the right direction would be awesome.</p>
<p dir="auto">Here is my settings so far:</p>
<pre><code>
.CX2 .period .eventTitle {
	  white-space:normal;
}

.CX2 .agenda .eventSub {
       display:none;
}

.CX2 .daily .fullday .evenTime {
	display:none;
}

.CX2 .slot .event {
	background-color:rgba(0,0,0,0.1);
	color:white;
}

.CX2 .slot .slotHeader {
	background-color:inherit;
	text-transform:uppercase;
	font-size:15px;
	font-family:"Roboto Condensed", Arial, Helvetica, sans-serif;
	font-weight:400;
	border-bottom:1px solid #666;
	line-height:15px;
	padding-bottom:5px;
	margin-bottom:10px;
	color:#999;
}

.CX2 .today .slotHeader * {
	color:inherit;
}

.CX2 .event .fullday {
	background-color:rgba(0,0,0,0.1);
	color:white;
}

.CX2 .slot .slotFooter {
	display:none;
}

.CX2 .slot .slotContent {
	background-color:rgba(0,0,0,0.1);
}

.CX2 .aktiv {
	background-color:rgba(0,0,0,0.1);
	color:white;
}

.CX2 .mat {
	background-color:rgba(0,0,0,0.1)
	color:white;
}

</code></pre>
<ul>
<li>Ellings3n</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/topic/15150/mmm-calendarext2-event-color-fade-removable</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 19:24:09 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15150.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Jun 2021 17:18:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-CalendarExt2 - Event Color Fade - Removable? on Fri, 18 Jun 2021 17:38:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ellings3n" aria-label="Profile: ellings3n">@<bdi>ellings3n</bdi></a></p>
<p dir="auto">Found the solution:</p>
<p dir="auto">Adding the following command to my css config fixed it :)</p>
<pre><code>background-image:none;
</code></pre>
<ul>
<li>Ellings3n</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/92221</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92221</guid><dc:creator><![CDATA[Ellings3n]]></dc:creator><pubDate>Fri, 18 Jun 2021 17:38:06 GMT</pubDate></item></channel></rss>