Tagged: Portfolio Grid Icon
Hello all. I would like to remove or change the animation of the icon on the portfolio grid. As in the example here: http://wootest.koolkattest.com/portfolio/ you can see the circle icon twists. Can I override that so it does not twist?
thanks.
Hey koolkat,
Try adding the following to quick css:
a:hover .image-overlay .image-overlay-inside {
-webkit-animation: none!important;
animation: none!important;
}
Best regards,
Jordan Shannon