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

Formatting Tooltip title

3 Answers 152 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Shefali
Top achievements
Rank 1
Shefali asked on 27 Feb 2014, 11:16 AM
Hi,

I am using telerik rad tool tip with default skin. I want to make the title of the tooltip bold. I tried to provide css for same, but it seems the default formatting is overriding my changes. Please help. I am using below code -

<telerik:RadToolTip ID= "feeInfo" runat = "server" TargetControlID = "imgFee" Position = "MiddleRight" Width = "225px"
Title = "About Total Fee" Text="Fees sourced from questionnaire" ShowEvent="OnClick">
</telerik:RadToolTip>

Below is the css -

.RadToolTip .rtTitlebar
{
font-weight: bold;
font-size: 15px;
}

Thanks,
Shefali

3 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 27 Feb 2014, 11:25 AM
Hi Shefali,

When overriding CSS rules you need to create selectors that have higher weight than the original, for example:
div.RadToolTip div.rtTitlebar
{
    font-weight: bold;
    font-size: 15px;
}



Regards,
Marin Bratanov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
0
Shefali
Top achievements
Rank 1
answered on 28 Feb 2014, 04:20 AM
Many Thanks Marin. It solved my problem!!
0
Asutosh
Top achievements
Rank 1
answered on 21 Jul 2014, 11:34 AM
hi 
i have 6 radhtml chart in my page 
and i have functionality to give filtering that chart
and i have diff diff filter for all chart 
like one chart have gender and age filter
while another has city,state,county filter
now after applying filter i want to show that in my chart label which is i marked in attached image
how can i add it dynamically?
Tags
ToolTip
Asked by
Shefali
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Shefali
Top achievements
Rank 1
Asutosh
Top achievements
Rank 1
Share this question
or