Hi, I'm using RadToolTip control, but I can't find a way to change the font size of the text
How can I do?
I try to put this block of code, but unsuccessfully...
<style type="text/css">
.ToolTipContent
{
font-size: 10px !important;
}
</style>
How can I do?
<telerik:RadToolTip ID="radToolTipLogin" runat="server" ContentScrolling="Auto" TargetControlID="btnMore"HideEvent="ManualClose" Width="500px" Height="203px" RelativeTo="Element" Position="BottomCenter"EnableShadow="true" ShowEvent="OnClick" RenderInPageRoot="true"> <%# Eval("LOGIN") %></telerik:RadToolTip>I try to put this block of code, but unsuccessfully...
<style type="text/css">
.ToolTipContent
{
font-size: 10px !important;
}
</style>