Forums

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

Home Forums CSS Help with my header Re: Help with my header

#102319
wolfcry911
Participant

don’t target the anchor as you have now – target the image

.socialmedia a img { opacity: 0.5; }
.socialmedia a:hover img { opacity: 1 }

add the transition as you please