I have this css:
div {
display: block;
text-indent: -9999px;
width: 100px;
height: 100px;
background: url(http://s.cdpn.io/3/kiwi.svg) no-repeat center;
background-size: 82px 82px;
border:solid 5px black;
border-radius:200px;
padding:25px;
}
Is it possible to change the svg color from css / jquery?
I dont want to do it directly from html
if not. can I do it to PNG?
Thanks