A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Newsfeed CSS edit
-
This post is deleted! -
@screwyoudriver said in Newsfeed CSS edit:
Can someone tell me what to adjust to give it a different color
In your custom.css file, add:
.newsfeed .dimmed { color: yellow; }
Use any colors you want! Go to - “http://htmlcolorcodes.com/color-picker/”
Pick your color, copy and paste the HEX number. Example - #62FF00 = bright green..newsfeed .dimmed { color: #62FF00; }
-
@mykle1 Yup! Thats it!
Thanks!
-
You’re welcome, mate. You can now mark the post as solved
-
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.
How can I do it?