Hello, I would like to highlight some menus in the backoffice of easy blog (to facilitate the work of my bloggers), I have seen that can do it directly in my admin joomla template with css without changing anything in the files of EasyBlog. I have identified the menu control but I can not identify the different menus names or items.
For example: Authors, Templates ...
something like this but the (9) or ('blogger') is not correct
#fd.eb .app-sidebar-nav .sidebar-item(9) {
color: #333;
background-color: #fff;
}
or
#fd.eb .app-sidebar-nav .sidebar-item('blogger') {
color: #333;
background-color: #fff;
}
thank you very much