Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Assuming you have a Child Theme or Custom Style/CSS plugin, add this

    .vimeo_gallery_item img:hover {
     opacity: 0.1;
    }

    The darker the opacity, the lower the value.

    Thread Starter ojabierto

    (@ojabierto)

    Hi Andrew,

    First, thank you for your help. I think i did not explain my problem so well. The fact is that for my video gallery, i don’t have any problem, but i need to aplicate the same effect to my photos galleries.

    Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Assuming you have a Child Theme or Custom Style/CSS plugin, add this

    .gallery img:hover {
     opacity: 0.5;
    }

    Thread Starter ojabierto

    (@ojabierto)

    Thank you again. I’m gonna try it soon. I’ll let you know if it works.

    Thread Starter ojabierto

    (@ojabierto)

    I just tried it ! And it works very well. Cheers !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme Hatch] how to get the thumbnails of the posts galleries darker ?’ is closed to new replies.