All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Menu
/
How to change the site of the radMenu's font?
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
ji chuan
3 posts
Member since:
May 2010
Posted 29 May 2010
Link to this post
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
Princy
17421 posts
Member since:
Mar 2007
Posted 02 Jun 2010
Link to this post
Hello,
I hope adding following css on page will do the trick.
CSS:
<style type=
"text/css"
>
.RadMenu_Default .rmText
{
font-size
:
x-large
!important;
}
</style>
Regards,
Princy.
Back to Top
Close