Hi,
i want to change the colour of the pictures in my grid from gray to coloured. I found this code here in the forum:
.tg-item-image {
-webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ /
filter: grayscale(100%); / FF 35+ /
}
.tg-item-image:hover {
transition: filter .5s ease-in-out !important;
-webkit-filter: grayscale(0%) !important; / Ch 23+, Saf 6.0+, BB 10.0+ /
filter: grayscale(0%) !important; / FF 35+ */
}
But its not transitioning to a coloured version.
Here is the link: http://buero-haase.de/rother-architekten/projekte/
Thank you for your help.