Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    SOLVED Newsfeed CSS edit

    Custom CSS
    3
    6
    2187
    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.
    • Screwyoudriver
      Screwyoudriver last edited by

      I want to change the color of this, I have searched everywhere but can not find what value to put in the custom.css

      0_1542455591975_Inkedvncviewer_2018-11-17_12-44-03_LI.jpg

      I did find this, but this is from the feed itself.

      .newsfeed .medium  {
         font-size: 30px;
         color: #ffffff;
         line-height: 60px;
      }
      
      

      Can someone tell me what to adjust to give it a different color

      Thanks! Groetjes 🙂

      Mykle1 1 Reply Last reply Reply Quote 0
      • Screwyoudriver
        Screwyoudriver last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • Mykle1
          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; 
          }
          
          Screwyoudriver 1 Reply Last reply Reply Quote 1
          • Screwyoudriver
            Screwyoudriver @Mykle1 last edited by

            @mykle1 Yup! Thats it!

            Thanks!

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

              @screwyoudriver

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

              1 Reply Last reply Reply Quote 1
              • F
                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
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy