Given a transparent PNG displaying a simple shape in white, is it possible to somehow change the color of this through CSS? Some kind of overlay or what not?
I found this while googling, I found best working for me...
HTML
CSS
.img { background-color: red; width: 60px; height: 60px; -webkit-mask-image: url('http://i.stack.imgur.com/gZvK4.png'); }
http://jsfiddle.net/a63b0exm/