Hi..
Where do I modify the font and font size for the Web20 skin for the TabStrip?
Once the skin is selected you can not alter the font and size.
thanks!
3 Answers, 1 is accepted
0
Yana
Telerik team
answered on 15 Aug 2008, 04:14 PM
Hello Jon,
Please add the following css styles to your page to overwrite the Skin styles:
<style type="text/css">
.RadTabStrip_Web20 .rtsIn {
font-family: 'Times New Roman' !important;
font-size: 15px !important;
}
.RadTabStrip_Web20 .rtsSelected .rtsIn {
font-size: 11px !important;
}
</style>
You can read more information about Skin File Selectors here.
All the best,
Yana
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.