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

Tip: How to make the node text bigger

0 Answers 93 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Shaun Peet
Top achievements
Rank 2
Shaun Peet asked on 19 Dec 2007, 09:13 PM
Perhaps this will help someone in the community...

I personally think that the default text in the treeview is a bit too small - particularly relative to the other default text sizes in the other telerik controls.  You could disable the embedded skin and create your own...but if all you want is bigger text here's how to do it while still using the embedded skin:

Add the following css rule to the stylesheet that is being used by the page:

.rtIn { font-size:14px; font-weight:bold; }

That will make all the nodes' text 14px and boldface.  Modify as necessary.  Enjoy!

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Shaun Peet
Top achievements
Rank 2
Share this question
or