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

How to change the site of the radMenu's font?

1 Answer 127 Views
Menu
This is a migrated thread and some comments may be shown as answers.
ji chuan
Top achievements
Rank 1
ji chuan asked on 29 May 2010, 06:43 PM
hello everyone:
can you tell me  How to change the size of the radMenu's font?

my menu conbined wity sitemapdatasource

I try to  change the   font's size='X-Large'     under   menu's property

but it doesn't work


please  help me  :
I'm  waiting online

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Jun 2010, 09:00 AM
Hello,

I hope adding following css on page will do the trick.

CSS:
 
    <style type="text/css">  
        .RadMenu_Default .rmText  
        {  
            font-sizex-large !important;  
        }  
    </style> 


Regards,
Princy.
Tags
Menu
Asked by
ji chuan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or