@Kelemvor said in How can I increase the font size for some modules?:
CalendarExt3Agenda
Hello, i have the same issue here with another module: MMM-ioBroker
I’m not a CSS-Freak, but adding a few lines to the custom.css should not be that complicated. I also changes the newsfeed and 2 other Modules.
To understand your solution here, the “.CX3A”. it comes from the CSS file from the module itself. It is not the Module name or the name how it is registered, right?
So i added
.module.MMM-ioBroker
{ font-size: 30px; }
and i also tried
.MMM-ioBroker
{ font-size: 30px; }
Both with no changes to the screen.
Then i tried to add the “font-size: 30px” to the modules .css file itself.
No success at all :(
What am I doing wrong?