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

font size of text

1 Answer 103 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
beeta one
Top achievements
Rank 1
beeta one asked on 25 Jan 2013, 10:40 AM
How can i change the font size of the text inside radtooltip? 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 25 Jan 2013, 10:50 AM
Hi,

Try overriding the default CSS as follows to achieve your scenario.

CSS:
<style type="text/css">
    .RadToolTip .rtWrapperContent
    {
        font-size: 20px !important;
    }
</style>

Hope this helps.

Regards,
Shinu.
Tags
ToolTip
Asked by
beeta one
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or