Skip to main content

All Questions

Tagged with
1 vote
2 answers
968 views

How to change the color of a svg image on active?

I am importing the svg using the src attribute in img element. For instance: <img src="/images/home.svg" /> I have two kinds of home image. The home.svg which is used in normal ...
Petro Bianka's user avatar
0 votes
0 answers
34 views

SVG hover effect doesn't work when added to a webpage as an image

Still really new to this and needing a bit of help. I made an svg image with hover effects using illustrator CC and Atom for some small edits along with some videos I watched online. It works ...
crimsoncynic's user avatar
3 votes
5 answers
4k views

Apply hover effect only to non-transparent parts of an image with CSS

Question: What is the easiest/best way to ensure that the CSS hover effect be applied only to the parts of a complex image that aren't transparent? I have an svg with parts that are transparent, ...
cbbcbail's user avatar
  • 1,721
0 votes
1 answer
641 views

SVG hover not changing color as expected

Original question was vague. I am editing a web template that uses three "font-awesome" glyphicons. They transition from white to orange, smoothly, as I hover over them. I found one icon that I ...
katsoop's user avatar