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

Hide/not display separator?

1 Answer 159 Views
Menu
This is a migrated thread and some comments may be shown as answers.
David A.
Top achievements
Rank 1
David A. asked on 28 Nov 2012, 01:32 AM
Hello,
Is it possible to not display the separator in the menu?

Thanks,
David A.

1 Answer, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 28 Nov 2012, 09:11 PM
Hello David,

The separator in the menu is actually a border. Hence in order to remove it you could use CSS. For example: 
.k-widget.k-menu-horizontal > .k-item{
   border-right: none;
}
 
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Menu
Asked by
David A.
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or