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

ToolTip Styles?

1 Answer 66 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Bill O'Neil
Top achievements
Rank 1
Bill O'Neil asked on 27 Apr 2008, 03:08 PM
No matter what I do I can't seem to affect the "style" of the tooltip text.  Changing the "FONT" settings in TooTip Manager or adding a CSSCLASS don't seem to do anything.

Is this a common issue?  Or is the external stylesheet I'm forced to use in the page in question causing the issue?  What outside CSS might causes issues w/ styling tooltip text?

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 29 Apr 2008, 01:08 PM
Hello Bill,

When you want to change the RadToolTipManager's style you should override the default styles. You can do this in the following manner:

.ToolTipContent div  
    {  
        fontbold 16px VerdanaArialSans-serif;  
        colorred;  
    } 



Sincerely yours,
Svetlina
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
ToolTip
Asked by
Bill O'Neil
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or