MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Newsfeed CSS edit

    Scheduled Pinned Locked Moved Solved Custom CSS
    8 Posts 5 Posters 4.5k Views 5 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ScrewyoudriverS Offline
      Screwyoudriver
      last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • Mykle1M Offline
        Mykle1 Project Sponsor Module Developer @Screwyoudriver
        last edited by

        @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; 
        }
        

        Create a working config
        How to add modules

        ScrewyoudriverS U 2 Replies Last reply Reply Quote 0
        • ScrewyoudriverS Offline
          Screwyoudriver @Mykle1
          last edited by

          @mykle1 Yup! Thats it!

          Thanks!

          Mykle1M 1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @Screwyoudriver
            last edited by

            @screwyoudriver

            You’re welcome, mate. You can now mark the post as solved

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • F Offline
              Fifin404
              last edited by

              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?

              1 Reply Last reply Reply Quote 0
              • U Offline
                Unisol2003 @Mykle1
                last edited by

                @Mykle1
                Hello, I am confused. In my costum.css file, there is nothing in. Why and where can I find the right one?

                S 1 Reply Last reply Reply Quote 0
                • S Do not disturb
                  sdetweil @Unisol2003
                  last edited by

                  @Unisol2003 by default its empty

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • 1 / 1
                  • First post
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy