Didi theme: Want to make thumbnails move a bit when hovered over

  • Unknown's avatar

    Wondering if there’s a way to give the thumbnail images in the widget stream a little movement when i hovered over?? It seems one can do this if they have the plugin version and I’m wondering if it’s a feature that can be acquired with this version.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, this would be the easiest way to do something like this. It increases the size of the image by 5% when the images in Nurture are hovered. I targeted only your home page with this code.

    .home .entry-content img:hover {
        transform: scale(1.05);
    }
  • The topic ‘Didi theme: Want to make thumbnails move a bit when hovered over’ is closed to new replies.