Custom Menu bar
Example custom left hand menu. The following example has a light background with smaller icons.
Add this into the Dashboard Settings --> Custom CSS:
<style>
.sidemenu {
background-color: #f4f5f9 !important;
border: .5px solid;
}
ul.items-list li.sidemenu-item .item-icon.user-profile-image i {
color: #e7e9f2 !important;
background-color: #aaa !important;
}
section.sidemenu nav ul.items-list li.sidemenu-item .item-icon {
font-size: 20px !important;
}
</style>
Please sign in to leave a comment.
0 comments