Forums

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

Home Forums CSS Targeting SVG icons with CSS not working in Webkit Reply To: Targeting SVG icons with CSS not working in Webkit

#183347
Paulie_D
Member

You cannot apply CSS to the internals of a <use> element AFAIK.

You can apply classes to the <use> elements though for overall styling.

http://codepen.io/Paulie-D/pen/Jbjkw/