Title: disable hover
Last modified: August 30, 2016

---

# disable hover

 *  Resolved [hodanli](https://wordpress.org/support/users/hodanli/)
 * (@hodanli)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/disable-hover-3/)
 * hi,
 * how can i disable hover affect on images in posts and home page.
 * thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/disable-hover-3/#post-6864433)
 * Thanks for choosing Tracks!
 * You can use the following CSS to turn off the brightening hover effect on images
   in the posts and on the homepage:
 *     ```
       .entry .featured-image:after {
         display: none;
       }
       .excerpt {
         opacity: 1;
       }
       ```
   
 * Copy & paste the code above into the “Custom CSS” section in the Customizer (
   Appearance > Customize), and it should take affect right away.
 *  Thread Starter [hodanli](https://wordpress.org/support/users/hodanli/)
 * (@hodanli)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/disable-hover-3/#post-6864446)
 * thank you very much.
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/disable-hover-3/#post-6864466)
 * You’re welcome 🙂
 * If you’re happy with Tracks, could you take just a minute to [leave a review](https://wordpress.org/support/view/theme-reviews/tracks)?
   I would really appreciate it.
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘disable hover’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tracks/1.81/screenshot.png)
 * Tracks
 * [Support Threads](https://wordpress.org/support/theme/tracks/)
 * [Active Topics](https://wordpress.org/support/theme/tracks/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tracks/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tracks/reviews/)

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/disable-hover-3/#post-6864466)
 * Status: resolved