Is there a simple way to remove or hide the down arrow on a top level menu?
1 Answer, 1 is accepted
0
Iliana Dyankova
Telerik team
answered on 20 Jun 2014, 03:57 PM
Hi Barry,
To achieve this you can use the following CSS rule:
.k-menu .k-i-arrow-s {
display: none;
}
Regards,
Iliana Nikolova
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.