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

change title color

1 Answer 48 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Aykut
Top achievements
Rank 1
Aykut asked on 25 Nov 2009, 11:04 PM
Hi,
I would like to change the title font color of a dock which uses the forest skin to white,
since it is hard to read a black font over a dark green background.
I tried
.rdTitlebar, .rdTitle  
    {  
                color:White  !important; 
    }
but nothing happened.
Is it possible?
Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Martin
Telerik team
answered on 26 Nov 2009, 07:04 AM
Hello Aykut,

I noticed that you have upgraded to the latest version of RadControls, where we have introduced a new rendering to the dock control, and on the other hand you have tried to override the original settings by using the CSS class names that were used in the previous versions of the component. That's why your CSS did not apply. The correct selector that you should use is the following:

.RadDock_Forest .rdTitleBar em
{
 color: red !important;
}

All the best,
Martin Ivanov
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
Dock
Asked by
Aykut
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or