Read the statement by Michael Teeuw here.
mmm-suncalc - Text only display of sunrise, sunset and other sun events
-
@retroflex said in mmm-suncalc - Text only display of sunrise, sunset and other sun events:
Great that it worked out! I like the idea, I’ll colorize mine too now.
Enjoying working and i would like to see the results.:grinning_face_with_smiling_eyes:
-
-
@retroflex
Nice:thumbs_up_light_skin_tone: That’s exactly how I put forward it. -
@retroflex
I hope you can help me again?
I try to change the font size, but I can’t get any further. Can you please tell me my mistake?
At the moment the module is going under compared to the other modules.
My css entry:.mmm-suncalc text {font-size: 30px}
-
@Lordy Where does “text” come from? Try:
.mmm-suncalc { font-size: 30px }
-
@retroflex said in mmm-suncalc - Text only display of sunrise, sunset and other sun events:
.mmm-suncalc {
font-size: 30px
}I had tried that too. Unfortunately without success. “Text” appears in the config.
Do you have another suggestion? -
@Lordy Maybe this:
.mmm-suncalc table { font-size: 30px }
Tip: You can use developer tools in the browser to check elements and change styles.
-
@Lordy said in mmm-suncalc - Text only display of sunrise, sunset and other sun events:
how about.mmm-suncalc .text {font-size: 30px}
notice the . in front of text (required to target prior element classes or element names)
-
@sdetweil said in mmm-suncalc - Text only display of sunrise, sunset and other sun events:
notice the . in front of text (required to target prior element classes or element names)
I had tried that too. Unfortunately without success.
Maybe this: .mmm-suncalc table { font-size: 30px }
That was it to change the font size.
I thank both of you for help. Thank U “sdetweil” and “retroflex”.:thumbs_up_light_skin_tone:
In addition, I have to get used to the fact that I can also work with browsers. Not only with “Putty” and “WinSCP”.