Remove the black and white effect in Photosen template

Hi all!

I’d like to remove, mostly in the image galleries, the black and white effect on the pictures (effect that stops when we rollover the images).

Photosen template

Thanks!

Is the website creator here?

It should be easy enough for him to answer this question.

You can remove the grayscale by using this code in the CSS file:

img.img-fluid {
    filter: none;
}

Thank you!

When I put this code in the Style.css file, it actually removes the grayscale effet in the home page, but not in the image galleries, and that’s exactly the opposite that I want.

I’d like to keep the effet in the home page, but not having it when I’m in the image galleries.

Thank you!