When creating a new CPT, you can set the icon that shows in the menu off to the right, which is great especially on sites with a lot of CPTs.
There is also the option to show the CPT entry count on the At a Glance admin widget - also great.
I think it would be a nice feature to have the option for the icon selected to show up on the admin bar also show up in the At a Glance widget. So instead of 10 CPTs with the same icon as the default WP Pages icon, it could be varied a bit with the icon chosen.
Hello,
Thank you for your suggestion I have handed it over to our developers.
In meantime as a workaround you can use custom CSS code:
example:
li.files-count a:before {
content: "\f183"!important;
}
The "f183" represents the icon used for your CPT.
By right clicking the original dash-icon from left menu you have to enter "Inspect Element" mode of your browser and note the value of the icon.
You have to add this CSS in to your main CSS file. Remember it needs to have exact the same value of the icon from left menu.
You can find a very good example of this method in the link below:
https://wordpress.org/support/topic/dashboard-at-a-glance-custom-post-types#post-4988832
Please let me know if this solves your issue and I can help you with anything else.
Regards,
Maciej