//Change the default color in Sidebar Menu
#sidebar-menu, #sidebar-menu ul, #header ul, .dock-menu .e-menu-wrapper, .dock-menu.e-menu-wrapper, .dock-menu.e-menu-wrapper ul > *, .dock-menu .e-menu-wrapper ul > * {
background-color: red;
color: #fff;
overflow: hidden;
}
//Change the color for Menu item
.dock-menu .e-menu-wrapper ul .e-menu-item .e-caret, #header .search-icon, #sidebar-menu .action-btn, #header .e-menu-item .e-caret, .dock-menu .e-menu-wrapper ul .e-menu-item {
color: #fff !important;
} |
2. Isn't the intended/most likely behavior of a MenuItem to be a url?
3. Is there somewhere a list of all these different 'elements' that we can apply styles to ?
<style>
/* URL customization*/
.e-menu-wrapper ul .e-menu-item a.e-menu-text.e-menu-url {
color: #fff;
}
</style> |
S.NO |
Class Name |
Description |
1 |
e-menu-wrapper |
Applied to Menu wrapper element |
2 |
e-menu-parent e-menu |
Applied to the parent ul element |
3 |
e-menu-item |
Applied to the li element |
4 |
e-menu-url |
Applied to the URL element |
5 |
e-menu-parent e-ul |
Applied to the sub menu’s parent ul element |
6 |
e-menu-icon |
Applied to the icon element |