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.

    MMM-Todoist fontsize

    Scheduled Pinned Locked Moved Solved Troubleshooting
    5 Posts 2 Posters 961 Views 2 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.
    • K Offline
      kasperinline
      last edited by

      Hello everybody

      I’m using the mentioned modul for todo’s for my family. I would like to change the font size of the projects-names, but I can’t figure it out.

      DSC_0860.JPG

      The task’s is not a problem, I Use this code, for the tasks in my custom.css

       .MMM-Todoist .small {
      	font-size: 24px;
      	line-height: 30px;
       }
      

      But how to I change the size of project-names? Chat-GPT suggest:

      .MMM-Todoist .project {
        font-size: 20px; /* Ændr tekststørrelsen her */
      }
      

      But that did’nt work

      The tasks is on the left side and projectnames on the right-side

      Any Suggestions?

      S 1 Reply Last reply Reply Quote 0
      • S Away
        sdetweil @kasperinline
        last edited by

        @kasperinline I do not know, but you can use the developers console to discover the classes assigned to the project name element

        see https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1683502518672
        on how to use the developers console

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        K 1 Reply Last reply Reply Quote 0
        • K Offline
          kasperinline @sdetweil
          last edited by

          @sdetweil said in MMM-Todoist fontsize:

          see https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1683502518672
          on how to use the developers console

          Thank you, for pinpointing me in the right direction istead of giving me the answer :-)

          The class-name is “xsmall”

          Thank you, for you time and patience

          S 1 Reply Last reply Reply Quote 0
          • S Away
            sdetweil @kasperinline
            last edited by

            @kasperinline if you are lucky you won’t have to do this more than 100 times! lol

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            K 1 Reply Last reply Reply Quote 0
            • K Offline
              kasperinline @sdetweil
              last edited by

              @sdetweil said in MMM-Todoist fontsize:

              @kasperinline if you are lucky you won’t have to do this more than 100 times! lol

              That dosent matter as long as I know, their might be a solution :grinning_squinting_face:

              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