Reveal logo colour on hover only
-
Hello,
I’m trying to accomplish that log colour should only be revealed when hovering using the following CSS rules, when i use “img” it works but affects ALL IMAGES on the webpage, if i use “.logo-img” it has no effect at allimg { filter: url(filters.svg#grayscale); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */ } img:hover { filter: none; -webkit-filter: none; }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Reveal logo colour on hover only’ is closed to new replies.