Read the statement by Michael Teeuw here.
MMM-Todoist fontsize
-
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.
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?
-
@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 -
@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 consoleThank 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
-
@kasperinline if you are lucky you won’t have to do this more than 100 times! lol
-
@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: