Skip to Content
0
Former Member
May 26, 2015 at 06:04 PM

Change svg color via css

3166 Views

Hello everyone,

I am using an svg image in a text box that I am loading from a server via background image, e.g.:

background-image:url("server.com/image.svg");


Question: how can I change the image color via css?


Victor