how can i change font size in Label ???

Hi Joacim,

not really sure what you mean, but I have tried now also following CSS rule:

/* Zeile 107 */
.dfFontTitle,
.v-label.dfFontTitle,
.v-label-dfFontTitle,
.v-label .dfFontTitle {
  ...
  ...
  font-size: 30px;
}

… But it’s not working … :frowning:

And I’m really not sure if it’s possible to override the definition in .v-widget. The only point where I can override the definition of .v-widget is in .v-label. But if I change this CSS rule I change it for each label. And this is not what I want …