Title: disable hover effect
Last modified: August 30, 2016

---

# disable hover effect

 *  [debralw](https://wordpress.org/support/users/debralw/)
 * (@debralw)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/disable-hover-effect/)
 * Does anyone know the CSS to disable the hover effect with this theme? I can’t
   seem to find it.

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/disable-hover-effect/#post-6691797)
 * Hey debralw,
 * Hope you’re well today 🙂
 * I’m not really familiar with the theme that you’re using so can you please post
   link to your site and let me know which hover effect exactly are you trying to
   remove, I’m pretty sure we can do this with some custom CSS.
 * Cheers,
    Bojan
 *  Thread Starter [debralw](https://wordpress.org/support/users/debralw/)
 * (@debralw)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/disable-hover-effect/#post-6691837)
 * You can view the hover effect on this page: [http://debralwallace.com/6-month-baby-photography-pittsford-ny-andy-betsy/](http://debralwallace.com/6-month-baby-photography-pittsford-ny-andy-betsy/)
 * It doesn’t do it for thumbnails or on the home page (because the images on the
   home page are a plug in).
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/disable-hover-effect/#post-6691865)
 * Hey again debralw,
 * Thanks for the link and clarification 🙂
 * As I mentioned above this should be possible to change with CSS. Please try adding
   the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or if your theme doesn’t have custom CSS tab add it in your site using the following
   plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       body.origamiez-layout-single #origamiez-post-wrap .entry-content img:hover {
           opacity: 1;
       }
       ```
   
 * This should remove the hover effect on images.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [debralw](https://wordpress.org/support/users/debralw/)
 * (@debralw)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/disable-hover-effect/#post-6691891)
 * Thank you!!!!
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/disable-hover-effect/#post-6691899)
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

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

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

 * 5 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/disable-hover-effect/#post-6691899)
 * Status: not resolved