I’m trying to reverse the hover options on my Portfolio page.
http://www.primuspictures.com/portfolio/
I want the videos to display as the hazy white/grey (without the play button showing), and when you hover over to display full color.
Hi edgarmota19!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay { background: transparent; }
.grid-image img { opacity: 0.5; }
.grid-image img:hover { opacity: 1; }
Best regards,
Yigit
Hi Yigit,
The code didn’t work. It seems like it attempts to go full opacity, but nothing happens. The play button is still there and the opacity doesn’t change.
Thanks for the help
Hey!
Please add following code to Quick CSS as well
.image-overlay { display: none !important; }
Best regards,
Yigit
Looking good. I wanted to add one final touch. Instead of just jumping different opacity, is it possible to add a transition from one opacity to full.
Thanks again, the support here is awesome