Skip to main content
14 events
when toggle format what by license comment
Mar 23 at 22:14 answer added Jelmer Jellema timeline score: 0
Jul 6, 2022 at 14:07 review Close votes
Jul 10, 2022 at 0:03
Jul 6, 2022 at 13:46 comment added MayeulC Does this answer your question? How to style SVG with external CSS?
Jul 3, 2022 at 12:50 answer added Shubham timeline score: 0
Jun 29, 2022 at 15:33 answer added MayeulC timeline score: 6
Sep 23, 2016 at 14:36 answer added Ben Crook timeline score: 17
Jun 16, 2015 at 7:33 comment added Robot @j4v1 If you check the link in my answer, there are two possible ways to manipulate the svg's insides' using css. One is to convert all your svg's into a font, then manipulate them using font-size and :hover psuedo's. The other way is to load the svg's into html at the top of your page as svg defs then render them as <svg class="blah"><use ...link here></></>, then style with your class .blah {...}.
May 24, 2015 at 3:47 answer added Robot timeline score: 30
Mar 16, 2015 at 19:59 comment added j4v1 Have you got a way to manipulate the svg size using css? I'm not sure if it's possible, since I haven't found in the net a way to do so. I am using the svg code in an html file that I am embedding in the main page.
Mar 7, 2014 at 15:16 history edited decho CC BY-SA 3.0
added 521 characters in body
Mar 7, 2014 at 14:42 comment added decho Thanks for your answer. I've been reading that I could add the CSS directly in to the svg file, do you think that's a good solution to my problem?
Mar 7, 2014 at 14:39 comment added Robert Longson You'd have to get the object document using javascript and then manipulate its DOM, you can do it with CSS only.
Mar 7, 2014 at 14:29 review First posts
Mar 7, 2014 at 14:30
Mar 7, 2014 at 14:12 history asked decho CC BY-SA 3.0