Then you should be able to target the .icon-trash class and give it the color you desire. However you should probably study the DOM and see if you can find a specific way to only target the recycle bin in the content tree since the trash icon is also selectable for use on document types etc. so if you just target the .icon-trash class generally then all instances will get the color you specify in your CSS.
Recycle bin icon color
Default icon color of recycle bin is black I want to change color of that icon or change icon from icon set how to do this?
Hi Jinesh
You should be able to add a custom stylesheet using the approach that Matt describes in this article http://24days.in/umbraco/2015/umbraco-7-back-office-tweaks/ in the first part.
Then you should be able to target the .icon-trash class and give it the color you desire. However you should probably study the DOM and see if you can find a specific way to only target the recycle bin in the content tree since the trash icon is also selectable for use on document types etc. so if you just target the .icon-trash class generally then all instances will get the color you specify in your CSS.
Hope this helps and makes sense!
Cheers, Jan
is working on a reply...