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

RadMenu 'Metro' skin, lowercase text.

1 Answer 121 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Brian
Top achievements
Rank 1
Brian asked on 23 Apr 2012, 04:53 PM
Hi there,

I'm using the 'Metro' skin in a Radmenu as part of a company intranet site. The menu and skin work perfectly but I've noticed that the menu items display as 'lowercase'. I've inspected the RadMenu_Metro selector in Firebug and it is set to text-transformuppercase; so I'm not sure what to amend.

Could someone tell me if it's possible to adjust the menu text to uppercase without creating a custom skin or is it just the case that some embedded skins like 'Metro' have a default lowercase setting?

Many thanks

Brian

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 26 Apr 2012, 02:17 PM
Hi Brian,

Please, add the following css to your page:
<style type="text/css">
       .RadMenu_Metro .rmLink .rmText {
           text-transform: none;
       }
   </style>


All the best,
Peter
the Telerik team
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 RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Menu
Asked by
Brian
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or