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.

    How to change color of SourceTitle and PublischDate of news feed

    Scheduled Pinned Locked Moved Custom CSS
    2 Posts 1 Posters 527 Views 1 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.
    • B Offline
      Benny
      last edited by

      Hi there,

      Can someone tell me the css code to change the color of SourceTitle and PublischDate of news feeds?

      PS: Changing the color and background of the newsfeed itself was no problem:

      .module.newsfeed {
      background-color:rgba(0,0,0,0.5);
      border-radius:8px;
      padding:8px;
      }

      .newsfeed .bright {
      color: #06e600;
      }

      1 Reply Last reply Reply Quote 0
      • B Offline
        Benny
        last edited by

        OK guys, I found the answer on this forum.

        .newsfeed .bright.medium.light {
        color: #06e600;
        }
        
        .newsfeed .light.small.dimmed {
        color: #06e600;
        }
        
        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