Title: Reverse hover effect
Last modified: October 13, 2017

---

# Reverse hover effect

 *  Resolved [pase](https://wordpress.org/support/users/photoshopace/)
 * (@photoshopace)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/reverse-hover-effect/)
 * When entering the gallery area with the cursor all images change opacity at the
   same time except the image which is under the cursor.
    I have created this effect
   with css and html before. Can you tell me if the structure and logic of this 
   plugin support this type of hover effect?
    -  This topic was modified 8 years, 5 months ago by [pase](https://wordpress.org/support/users/photoshopace/).

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

 *  Thread Starter [pase](https://wordpress.org/support/users/photoshopace/)
 * (@photoshopace)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/reverse-hover-effect/#post-9582955)
 * I figured it out.
 * /* apply hover to all childern when parent is hover */
    .ftg-items:hover > .tile{
   opacity: .05; }
 * /*.increase opacity of child when hover item */
    .ftg-items:hover > .tile:hover{
   opacity: 1; }
 *  [Diego](https://wordpress.org/support/users/greentreelabs/)
 * (@greentreelabs)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/reverse-hover-effect/#post-9583439)
 * Hi, happy you found the solution, I’ll add this effect to the development queue.
 * Cheers,
    Diego

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

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

 * ![](https://ps.w.org/final-tiles-grid-gallery-lite/assets/icon.svg?rev=3184352)
 * [Image Photo Gallery Final Tiles Grid](https://wordpress.org/plugins/final-tiles-grid-gallery-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/final-tiles-grid-gallery-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/final-tiles-grid-gallery-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/final-tiles-grid-gallery-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/final-tiles-grid-gallery-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/final-tiles-grid-gallery-lite/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Diego](https://wordpress.org/support/users/greentreelabs/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/reverse-hover-effect/#post-9583439)
 * Status: resolved