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

Hide the icon column for RadMenu items

1 Answer 105 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Billy
Top achievements
Rank 1
Billy asked on 03 Jun 2012, 06:33 PM
I'm trying to create a fly-out or "mega-menu", and I'd like to hide the icon "column" to the left of each menu item. I found this article: http://www.telerik.com/community/forums/aspnet-ajax/menu/hide-the-icon-column-for-radmenu-items.aspx, but it didn't have any effect.

Perhaps this technique is obsolete? Or perhaps I'm just doing something bone-headed? I'm a Telerik newbie working on the trial period evaluation, so I need all the help I can get.

Anyone have any ideas?

-BillyB

1 Answer, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 04 Jun 2012, 04:52 AM
Hi Billy,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
  .RadMenu_Default .rmGroup
    {
      background-image: none !important;
    }
  .RadMenu_Default .rmGroup .rmLink .rmText
    {
      padding:0px !important;
      margin:0px !important;
    }
</style>

Hope this helps.

Regards,
Shinu.
Tags
Menu
Asked by
Billy
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or