Hi guys,
Aah, these users again … they think that the Classic-2 theme font is too small and not black enough. I found out that I can go in the theme builder and change the font sizes in the “Fonts” section and also change the windowText color, in the Colors section, from #3F3F3F to #000000. However,
Best,
Alex
Hi Alex,
Yes you can change the basic fonts, colors and images in a mixin. Fonts have to be defined as a font. You can’t just change the size. However, you can set the font-size css property as a CSS property.
You can also create new fonts and use them by name, like “LargeFont”, “PanelTitle”, etc.
In the designer or in code you can refer to theme fonts using the name with the @ prefix. And you can clone a font and change the styles and/or size using the standard System.Drawing.Font class.
The designer will also let you reuse a font and simply change the size or style, the editor will create the new font statement for you.
HTH
Best,
Luca
Please login first to submit.