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

Web20 Skin - Font size

3 Answers 105 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 15 Aug 2008, 12:53 AM
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

Sort by
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-size15px !important;  
  }    
  .RadTabStrip_Web20 .rtsSelected .rtsIn {  
    font-size11px !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.
0
Jon
Top achievements
Rank 1
answered on 15 Aug 2008, 04:26 PM
Hi..
It did not make a differance.
What am I missing?
thanks
0
Jon
Top achievements
Rank 1
answered on 15 Aug 2008, 04:35 PM
Nevermind.. I got it working ...
thanks again!
Tags
TabStrip
Asked by
Jon
Top achievements
Rank 1
Answers by
Yana
Telerik team
Jon
Top achievements
Rank 1
Share this question
or