How to remove translucent mouseover effect on images with a link
- The topic ‘How to remove translucent mouseover effect on images with a link’ is closed to new replies.
Need help? Check out our Support site, then
I have searched without success.
I simply want to remove the translucent whitewash effect when I mouse over an image with a link.
Is this a little piece of img css?
Thanks in advance,
Michael
The blog I need help with is: (visible only to logged in users)
Hey Michael,
Yup, you could remove this if you have the CSS upgrade with:
.fademe img:hover,
a img:hover {
opacity: 1;
}
Cheers,
Scott Basgaard