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

Hiding the icon column

1 Answer 56 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 10 Jul 2012, 02:20 PM
Hi there,
     I have a radmenu in which I want to hide the icon column to the left of each menu item. How can I do it. Thanks in advance.
RT

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Jul 2012, 02:23 PM
Hi Ryan,

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.

Thanks,
Princy.
Tags
Menu
Asked by
Ryan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or