Reference SVG Styling

Im now trying to reference the colours to add CSS to change them?
http://molemanproductions.com.au/sample-page/
I was unable to get SVG to work in CSS, but decided to use global block.

I have pasted an svg logo in a text file and wanting to define classes for its colours different states of colour.

I was hoping to define class=“White” in the customize panel.

.white{
  .fil0{fill:none}
  .fil1{fill:#34454d}
  .fil2{fill:#f761ab}
  .fil3,.fil4{fill:#34454d;fill-rule:nonzero}
  .fil4{fill:#f761ab}
}

Obviously this doesn’t work, but was hoping you would know what I would need to do? :smiley:

Thanks in advance

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.