<?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[Newsfeed CSS edit]]></title><description><![CDATA[<p dir="auto">I want to change the color of this, I have searched everywhere but can not find what value to put in the custom.css</p>
<p dir="auto"><img src="/assets/uploads/files/1542455591907-inkedvncviewer_2018-11-17_12-44-03_li.jpg" alt="0_1542455591975_Inkedvncviewer_2018-11-17_12-44-03_LI.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">I did find this, but this is from the feed itself.</p>
<pre><code class="language-}">.newsfeed .medium  {
   font-size: 30px;
   color: #ffffff;
   line-height: 60px;
}

</code></pre>
<p dir="auto">Can someone tell me what to adjust to give it a different color</p>
<p dir="auto">Thanks!  Groetjes :)</p>
]]></description><link>https://forum.magicmirror.builders/topic/9107/newsfeed-css-edit</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 22:00:27 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9107.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 17 Nov 2018 11:58:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Newsfeed CSS edit on Fri, 04 Jul 2025 13:00:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/unisol2003" aria-label="Profile: Unisol2003">@<bdi>Unisol2003</bdi></a> by default its empty</p>
]]></description><link>https://forum.magicmirror.builders/post/127244</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127244</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 04 Jul 2025 13:00:41 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed CSS edit on Fri, 04 Jul 2025 12:48:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a><br />
Hello, I am confused. In my costum.css file, there is nothing in. Why and where can I find the right one?</p>
]]></description><link>https://forum.magicmirror.builders/post/127243</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/127243</guid><dc:creator><![CDATA[Unisol2003]]></dc:creator><pubDate>Fri, 04 Jul 2025 12:48:33 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed CSS edit on Tue, 11 Feb 2020 16:44:51 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I have another question. I want Newsfeed with ‘‘wrapTitle=true’’ but I want adjust characters length for 1st line. Example, set 400 characters for 1st line and if news have more characters than wrap title to 2nd line.<br />
How can I do it?</p>
]]></description><link>https://forum.magicmirror.builders/post/69424</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69424</guid><dc:creator><![CDATA[Fifin404]]></dc:creator><pubDate>Tue, 11 Feb 2020 16:44:51 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed CSS edit on Sun, 18 Nov 2018 14:31:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/screwyoudriver" aria-label="Profile: screwyoudriver">@<bdi>screwyoudriver</bdi></a></p>
<p dir="auto">You’re welcome, mate. You can now mark the post as solved</p>
]]></description><link>https://forum.magicmirror.builders/post/46957</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46957</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 18 Nov 2018 14:31:43 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed CSS edit on Sun, 18 Nov 2018 10:12:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: mykle1">@<bdi>mykle1</bdi></a> Yup! Thats it!</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/46947</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46947</guid><dc:creator><![CDATA[Screwyoudriver]]></dc:creator><pubDate>Sun, 18 Nov 2018 10:12:57 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed CSS edit on Sun, 18 Nov 2018 00:25:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/screwyoudriver" aria-label="Profile: screwyoudriver">@<bdi>screwyoudriver</bdi></a> said in <a href="/post/46895">Newsfeed CSS edit</a>:</p>
<blockquote>
<p dir="auto">Can someone tell me what to adjust to give it a different color</p>
</blockquote>
<p dir="auto">In your custom.css file, add:</p>
<pre><code>.newsfeed .dimmed {
	color: yellow; 
}
</code></pre>
<p dir="auto">Use any colors you want! Go to - “<a href="http://htmlcolorcodes.com/color-picker/" target="_blank" rel="noopener noreferrer nofollow ugc">http://htmlcolorcodes.com/color-picker/</a>”<br />
Pick your color, copy and paste the HEX number. Example - #62FF00 = bright green.</p>
<pre><code>.newsfeed .dimmed {
	color: #62FF00; 
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/46925</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46925</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 18 Nov 2018 00:25:06 GMT</pubDate></item></channel></rss>