When I hover over items in the Portfolio page, that "external.png" image is overlayed on top of the image thumbnail. I changed the "external.png" file to a custom image that is #57bed1. But there is still a transparency that happens when I hover over the thumbnails, how can I get rid of that transparency?
Portfolio Hover Overlay
3 posts from 2 voices-
Posted 1 year ago #
-
Please help
Posted 1 year ago # -
Hey!
In js/avia.js replace:
bg.stop().animate({opacity:0.6},400);with:
bg.stop().animate({opacity:1},400);Regards,
PeterPosted 1 year ago #
Reply
You must log in to post.














