SyntaxFix
Write A Post
Hire A Developer
Questions
For Example, in your HTML:
<body> <svg viewBox="" width="" height=""> <path id="struct1" fill="#xxxxxx" d="M203.3,71.6c-.........."></path> </svg> </body>
Use jQuery:
$("#struct1").css("fill","<desired colour>");