Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #840133

    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.

    #840139

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.