Title: Image Hover Animation
Last modified: April 22, 2020

---

# Image Hover Animation

 *  [tm2](https://wordpress.org/support/users/tahirahmitchell/)
 * (@tahirahmitchell)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/image-hover-animation/)
 * Hello,
 * I’m wondering how to get rid of the image hover animation for this theme?
 * Thanks.
 * -T

Viewing 1 replies (of 1 total)

 *  Theme Author [Atanas Yonkov](https://wordpress.org/support/users/nravota12/)
 * (@nravota12)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/image-hover-animation/#post-13033629)
 * Hi tm2,
 * You can remove the hover effects on the blog entries with the following css code:
 *     ```
       /* Remove plus icon on hover */
       .blog-entry::before {
       display: none;
       }
       /* Remove box shadow on hover */
       body .blog-entries .blog-entry:focus, body .blog-entries .blog-entry:hover {
           top: 0;
           -webkit-box-shadow: none !important;
           box-shadow: none !important;
       }
       /* Remove opacity on hover */
       .blog-entries .blog-entry:hover img {
           opacity: 1 !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Image Hover Animation’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/nasio/2.3.4/screenshot.jpg)
 * Nasio
 * [Support Threads](https://wordpress.org/support/theme/nasio/)
 * [Active Topics](https://wordpress.org/support/theme/nasio/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/nasio/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/nasio/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Atanas Yonkov](https://wordpress.org/support/users/nravota12/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/image-hover-animation/#post-13033629)
 * Status: not resolved