MagicMirror Forum

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

    Changing color nstreinen module

    Custom CSS
    2
    2
    672
    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.
    • M
      Mcrherme last edited by

      I want to change the departure delay to red color
      I managed to change the symbol color to yellow but can’t seem to change the delay to red:
      here is my custom.css:

      .nstreinen .symbol {
      color: #f7d417;
      }
      .nstreinen .departureDelay {
      color: #ff0000;
      }

      sorry for my bad English

      alt text

      1 Reply Last reply Reply Quote 0
      • cowboysdude
        cowboysdude Module Developer last edited by

        Your English is fine 🙂

        That’s because there is no class called .departureDelay

        You can fork his branch and add .departureDelay to the className or you can ask the author to add it. 🙂

        Then your className would work if you need more help with this I would be happy to help you if you don’t understand what I’m saying 🙂

        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