This is a migrated thread and some comments may be shown as answers.

How to change the font size of Skin: Glow

3 Answers 123 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
bonnie
Top achievements
Rank 1
bonnie asked on 07 Apr 2015, 08:02 AM

We changed our skin from Metro to Glow.But the font size of Skin:Glow is larger than Metro, and its line height is higer as well. This has caused wrapping issue in our page. How do we change its font size and line width?

Thank you

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 08 Apr 2015, 02:43 PM
Hi,

You can change the font-size and line width for the specific control. For example if you have RadGrid control on the page you should add the following CSS:
html .RadGrid_Glow
{
    font-size: 12px;
    line-height: normal;
}

Note that you should do the same for all the controls on the page with skin Glow.

Regards,
Pavlina
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
bonnie
Top achievements
Rank 1
answered on 09 Apr 2015, 01:29 AM

thank you very much! 

Is there a general control that can change all controls all together at once?

0
Pavlina
Telerik team
answered on 09 Apr 2015, 10:24 PM
Hello,

Unfortunately there is no way to change the font-size of all controls at once.

Regards,
Pavlina
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
SkinManager
Asked by
bonnie
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
bonnie
Top achievements
Rank 1
Share this question
or