Read the statement by Michael Teeuw here.
mmm-suncalc - Text only display of sunrise, sunset and other sun events
-
@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”.