Forums

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

Home Forums CSS [Solved] problems changing svg fill on hover Reply To: [Solved] problems changing svg fill on hover

#190483
Paulie_D
Member

You can’t target the inner contents of a use element individually with CSS.

You have to use a class on the use and it will apply to all sub-elements within the use unless the component sub-element has inline styles.

At least that’s how I think it works.

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