Title: hover_effect=&quot;none&quot;
Last modified: September 1, 2016

---

# hover_effect="none"

 *  [jie66](https://wordpress.org/support/users/jie66/)
 * (@jie66)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/hover_effectnone/)
 * Hi,
 * Thanks for a great plugin!
 * My website is [http://johnnysblogg.se](http://johnnysblogg.se) and I’ve started
   to use Circles Galleries on my images.
 * I’m using the Circles Gallery Free and it is version 1.0.10
 * However, I found a problem when using ‘hover_effect=”none”‘ on my images. The
   result is that the hover-effect constantly is on when hover_effect is set to “
   none” so that you can’t see the actual image.
 * I solved this by making a change in ‘public.css’:
 * Before:
 *     ```
       .ih-item.circle .info {
           position: absolute;
           top: 0;
           bottom: 0;
           left: 0;
           right: 0;
           text-align: center;
           border-radius: 50%;
           -webkit-backface-visibility: hidden;
           backface-visibility: hidden; }
       ```
   
 * After:
 *     ```
       .ih-item.circle .info {
           position: absolute;
           top: 0;
           bottom: 0;
           left: 0;
           right: 0;
           text-align: center;
           opacity: 0;                               <<<---- Added this
           border-radius: 50%;
           -webkit-backface-visibility: hidden;
           backface-visibility: hidden; }
       ```
   
 * Since I now have solved the problem on my site you only can see the result on
   [http://johnnysblogg.se/about](http://johnnysblogg.se/about) – however I don’t
   think it should be any problems for you to reproduce the fault
 * Best Regards
    Johnny Eriksson Sweden
 * [https://wordpress.org/plugins/circles-gallery/](https://wordpress.org/plugins/circles-gallery/)

The topic ‘hover_effect="none"’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/circles-gallery_fdca33.svg)
 * [Circles Gallery](https://wordpress.org/plugins/circles-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/circles-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/circles-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/circles-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/circles-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/circles-gallery/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [jie66](https://wordpress.org/support/users/jie66/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/hover_effectnone/)
 * Status: not resolved