Title: Remove hover effect on grid-layout
Last modified: August 30, 2016

---

# Remove hover effect on grid-layout

 *  Resolved [cabaca](https://wordpress.org/support/users/cabaca/)
 * (@cabaca)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-hover-effect-on-grid-layout/)
 * Hello,
 * is it possible to remove the hover-effect on the grid layout images but to keep
   the link-function?
    My site: [http://www.cabaca.de/wordpress](http://www.cabaca.de/wordpress)
 * Thanks,
 * Andreas

Viewing 3 replies - 1 through 3 (of 3 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/remove-hover-effect-on-grid-layout/#post-6693643)
 * Hey there cabaca,
 * How are you doing today?
 * This should be possible with some custom CSS. Please try adding the following
   CSS code to Appearance -> Customize -> Advanced Options -> Custom CSS:
 *     ```
       .hover .tc-grid-figure img {
           opacity: 1;
       }
   
       .tc-post-list-grid .hover:not(.expanded) figcaption {
           background-color: transparent;
       }
       ```
   
 * This should remove the black square hover effect on your images.
 * Hope this helps 🙂
 * Cheers,
    Bojan
 *  Thread Starter [cabaca](https://wordpress.org/support/users/cabaca/)
 * (@cabaca)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-hover-effect-on-grid-layout/#post-6693661)
 * Hello Bojan,
 * thank you very much for your quick answer!
    Yes, it helps to remove the black
   square hover effect!
 * In addition to that I wrote this in my Child CSS:
 *     ```
       .tc-g-cont  {
          display: none;
       ```
   
 * Finally I have no hover effect.
 * Thanks a lot!
 * Andreas
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-hover-effect-on-grid-layout/#post-6693734)
 * Glad I could help 🙂
 * Cheers,
    Bojan

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

The topic ‘Remove hover effect on grid-layout’ is closed to new replies.

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

 * 3 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/remove-hover-effect-on-grid-layout/#post-6693734)
 * Status: resolved