S
S
sergey19892016-01-15 23:03:42
JavaScript
sergey1989, 2016-01-15 23:03:42

How to change SVG icons on hover?

In the footer of the site, SVG pictures (icons) of social media are inserted. networks. How to make fill and stroke change on hover?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Peter, 2016-01-15
@sergey1989

Through css and if you have svg inserted inline.
Set color:

svg:hover{
 color: red;
}

There is a subtlety, you cannot change the color through css if it is already set in svg, through the attribute

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question