Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    (@cabaca)

    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

    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.