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