So, I have <div>, and inside the <div>icon is like background-image, 15px in size, white, with a transparent background. Is there a way to override the white color of an icon without coloring in the div that contains it using JavaScript and CSS?
I read several solutions for SO and CSS tricks, such as blending shades (obviously this is not a solution to my problem, because I just want the icon to be color, not the background) and some suggestions that were puzzled and (using background-imagein combined with background-color).
This seems trivial to me. Or are we not yet with CSS3?
source
share