Custom effect on hover for portfolio grid
How can I turn off the default hover effect on an item in portfolio grid. If I turn off "grayscale" I get the effect of "mask" showing up and image moving a little bit up. How can I reset all effects and put some "Custom JS" code to provide my own effect?
Thanks in advance
Grzegorz
Comments
you can remove this hover effect with the following css:
.image_frame .image_wrapper .mask { display: none !important; }.image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; }
.image_frame .image_wrapper .image_links { display: none !important; }