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

[Solved] How do we adjust the Splitter Tab text size?

1 Answer 79 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
p mags
Top achievements
Rank 1
p mags asked on 21 Jan 2010, 05:05 PM
http://demos.telerik.com/aspnet-ajax/splitter/examples/sp_tabview/defaultcs.aspx

We don't appear to have control of the text size nor the text fore color inside the Splitter Tabs. Is it because it's formatted inside of a skin? Can we access the text formatting options for the Splitter Tabs elsewhere?

We've tried many seemingly logical methods, all to no avail.

Thanks for any help you can offer because the text is too small for our particular application.

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 26 Jan 2010, 11:30 AM
Hi p mags,

In order to modify the tab, you should modify the .rspPaneTabText CSS class e.g as shown below:

<style type="text/css">
     
     
   .rspPaneTabText
   {
     color: red !important;
     font-size: 18px !important;
   }
     
   </style>


Note the usage of the keyword !important which is needed to ensure that your custom setting will not get overridden by the default style. 

All the best,
Svetlina
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.
Tags
General Discussions
Asked by
p mags
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or