• Resolved andreamarucci

    (@shiftsrl)


    Hello! Love your theme but I’d like to disable the ken burns effect when yoo mouse over an image in the home page, the one with the tiles.

    How can I do that?

Viewing 1 replies (of 1 total)
  • kiravae

    (@kiravae)

    I figured it out – go into the editor and open the theme’s style.css file. Remove the following code, it will be under the “5. Blog” section:

    .posts .format-standard .featured-media:hover img,
    .posts .format-image .featured-media:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Disable kenburns’ is closed to new replies.