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

Changing Font Size

3 Answers 127 Views
Visual Style Builder
This is a migrated thread and some comments may be shown as answers.
Gene
Top achievements
Rank 1
Gene asked on 30 Nov 2009, 09:52 PM
Is there a recommended way to change the font size across all the telerik controls?  I  want to use one of the skins but the font is too big.

Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 01 Dec 2009, 10:44 AM
Hi Gene,

There is no recommended way to set a global font size for all RadControls. You have 3 options:

1) set a global font size in your application and use !important in the CSS rule. For example

*{font-size:11px !important}

This is the easiest thing to do, but negative side effects are likely, because you will override all font sizes in the website.

2) override the skin of each control in order to modify the font size of only that control
3) create custom skins with the desired font size


Greetings,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Brian
Top achievements
Rank 2
answered on 27 Feb 2014, 08:12 PM
Can you please provide an updated link for item 2 above?  That link is dead.
0
Shinu
Top achievements
Rank 2
answered on 28 Feb 2014, 08:48 AM
Hi Brian,

Please have a look into this documentation to know about override styles in a RadControl for ASP.NET AJAX.

Thanks,
Shinu.
Tags
Visual Style Builder
Asked by
Gene
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Brian
Top achievements
Rank 2
Shinu
Top achievements
Rank 2
Share this question
or