Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1263795

    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

    #1264540

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.