Title: Change the hover effect?
Last modified: July 15, 2017

---

# Change the hover effect?

 *  Resolved [micm1784](https://wordpress.org/support/users/micm1784/)
 * (@micm1784)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/change-the-hover-effect/)
 * Hello all,
 * Wonderful plugin! Spent three days searching for something that would do exactly
   what JG has done! So, thank you, creators.
 * Is it possible (css?) to change the lovely hover effect from a darken/fade to
   a brighten/fade?
    And, as such, change the font colouring of the title/caption
   from white to black?
 * It would fit it much better with the rest of my theme and website this way!
 * I am very new to all this so please be gentle 🙂
    Any and all help is greatly
   appreciated.
 * Big thanks in advance,
 * Maria

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

 *  [Joe](https://wordpress.org/support/users/joecole1/)
 * (@joecole1)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/change-the-hover-effect/#post-9322719)
 * Maria,
 * I too disliked the default, so what I’ve done is select “without styling” on 
   the tiles style page of the options, then added my own custom CSS for the hover
   effect. Mine looks like this:
 * .dgwt-jg-item img {
    backface-visibility: hidden; transition: all 0.5s ease 0s;}.
   dgwt-jg-item:hover img { transform: scale(1.05, 1.05); }
 * Basically adds a small zoom on hover. You could also easily add a lightening 
   effect! See my edit in action here: [https://thecolephotos.com/album/places/landscapes/](https://thecolephotos.com/album/places/landscapes/)
 * Hope this helps.
    -  This reply was modified 8 years, 11 months ago by [Joe](https://wordpress.org/support/users/joecole1/).
 *  Thread Starter [micm1784](https://wordpress.org/support/users/micm1784/)
 * (@micm1784)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/change-the-hover-effect/#post-9323613)
 * Hi Joe,
 * Thank you so much for your help! Lovely effect on your link 🙂
 * I will try that out now!
 * Big thanks,
 * Maria
 *  Plugin Author [Damian Góra](https://wordpress.org/support/users/damian-gora/)
 * (@damian-gora)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/change-the-hover-effect/#post-9327265)
 * Hi,
    I prepared CSS code for you to inverts the colors on the hover effect. Feel
   free to modify it.
 *     ```
       body .dgwt-jg-caption {
           background: rgba(255,255,255,0.8);
       }
       body .dgwt-jg-gallery .dgwt-jg-caption span {
           color: #222;
       }
       ```
   
 * You can see the preview [here](http://damiangora.com/justified-gallery/invert-colors-on-hover/).
 * Good luck,
    Damian Góra
    -  This reply was modified 8 years, 11 months ago by [Damian Góra](https://wordpress.org/support/users/damian-gora/).
    -  This reply was modified 8 years, 11 months ago by [Damian Góra](https://wordpress.org/support/users/damian-gora/).
 *  Thread Starter [micm1784](https://wordpress.org/support/users/micm1784/)
 * (@micm1784)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/change-the-hover-effect/#post-9367392)
 * Hello Damian,
 * Sorry for the late reply – I dropped my laptop in the marina. Talk about nightmare!!
 * Just implemented this code in my Custom CSS and my gallery looks gorgeous – just
   what I wanted…thank you so much. Your help is so appreciated! 🙂
 * Maria

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

The topic ‘Change the hover effect?’ is closed to new replies.

 * ![](https://ps.w.org/justified-gallery/assets/icon-256x256.png?rev=1430465)
 * [Justified Gallery](https://wordpress.org/plugins/justified-gallery/)
 * [Support Threads](https://wordpress.org/support/plugin/justified-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/justified-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/justified-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/justified-gallery/reviews/)

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [micm1784](https://wordpress.org/support/users/micm1784/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/change-the-hover-effect/#post-9367392)
 * Status: resolved