Title: image hover issue
Last modified: September 1, 2016

---

# image hover issue

 *  Resolved [kk_admin](https://wordpress.org/support/users/kk_admin/)
 * (@kk_admin)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-hover-issue/)
 * Dear all,
 * I’m still suffering with hover effects on my site. While the other threads were
   resolved by your amazing team, I still have an image which won’t lighten up on
   hover.
 * I tried to apply css attributes to that image (no go) or use a variety of external
   plugins: which worked fine, but then I couldn’t center the thing with div, text:
   align, custom css or however hard I tried.
 * The image in question is the youtube button (it appears on more pages so I would
   need a solution that I can apply anywhere on this image – or just simple any 
   image with hyperlink, if that’s less messy). Now it has no effect applied as 
   it didn’t work anyway. I need a simple opacity change like in music player above
   or in the next/previous arrows in the navigation part.
 * [http://klarakolonits.com/fiordiligi/](http://klarakolonits.com/fiordiligi/)
   
   PW: 2016
 * Thank you very much in advance!

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

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/image-hover-issue/#post-7673798)
 * This CSS should give that image an opacity shift on hover anywhere on your site.
   As usual, add to Appearance> Theme Options> Custom CSS:
 *     ```
       img.wp-image-3387:hover {
           opacity: .2;
       }
       ```
   
 * Let me know if that works for you!
 *  Thread Starter [kk_admin](https://wordpress.org/support/users/kk_admin/)
 * (@kk_admin)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/image-hover-issue/#post-7673841)
 * Ten points for Gryffindor again! Thank you!

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

The topic ‘image hover issue’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [kk_admin](https://wordpress.org/support/users/kk_admin/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/image-hover-issue/#post-7673841)
 * Status: resolved