Hello,
I have some SVG’s on my page and now I want to chance the color of a part of them.
Is there a oportunity to change the color with css or other tricks in the code or the backend?
Thx a lot
flo
Hey nullhorn,
Thank you for the inquiry.
Just like any other elements in the page, svg elements can be styled or adjusted using css but with certain limitations such as the properties or attributes that can be used. A good article about svg styling can be found in the following site.
// https://css-tricks.com/lodge/svg/20-2/
// https://css-tricks.com/svg-properties-and-css/
Best regards,
Ismael