Before you ask please READ THIS

Home page settings for gallery

hello friends,
i would like to know how i can change the display in my homepage that the galleries will be black and white, and on hover they will be normal with colors.
thank you
http://keren.studio-balu.co.il/

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    There is no such option in theme, but you can use this custom CSS to get such effect:

    figure.archive-item img{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    }
    figure.archive-item:hover img{
    -webkit-filter: initial;
    filter: initial;
    }
    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion