Title: Remove hover images
Last modified: September 8, 2017

---

# Remove hover images

 *  Resolved [webblish](https://wordpress.org/support/users/webblish/)
 * (@webblish)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/remove-hover-images/)
 * Hi, I really love this theme but I don’t like the color change of the images 
   and excerpts while hovering, since I’ve got some images with a white background.
   How can I remove this effect on both archives and single posts? I just want them
   to be ‘normal’.
    -  This topic was modified 8 years, 9 months ago by [webblish](https://wordpress.org/support/users/webblish/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-hover-images%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/remove-hover-images/#post-9479864)
 * Thanks for using Tracks!
 * You can use the following CSS to turn that off:
 *     ```
       .entry .featured-image:after {
         display: none;
       }
       .excerpt {
         opacity: 1;
       }
       ```
   
 * Please copy & paste that code into the “Additional CSS” section in the Customizer(
   Appearance > Customize), and it will take effect right away.
 *  Thread Starter [webblish](https://wordpress.org/support/users/webblish/)
 * (@webblish)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/remove-hover-images/#post-9481579)
 * Works like a charm! Many thanks for a really great theme and your swift support!
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/remove-hover-images/#post-9482456)
 * You’re welcome, happy to help 🙂

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

The topic ‘Remove hover images’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/remove-hover-images/#post-9482456)
 * Status: resolved