Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Style svg? Re: Style svg?

#129461
wragen22
Member

Still unable to get this to work…

I’m currently importing the svg code as background data in css

and for my code, I am using

.logo {
background: url(data:image/svg+xml;base64,[data]);
}

with the codefish code in place of the “[data]”

With my actual svg data before mobilefish