Hi, I'd like to have the portfolio images stay full color at all times. At the very least I'd like to have it reversed so that they go grey when you hover over them.
Any help would be much appreciated!! Thank you.
Hi, I'd like to have the portfolio images stay full color at all times. At the very least I'd like to have it reversed so that they go grey when you hover over them.
Any help would be much appreciated!! Thank you.
Hi,
I'm not sure if reverse hover effect is doable but you can entirely disable the greyscale hover effect. Add this on your custom.css
.greyscale-image.filtered-image {
display: none !important;
}
Regards,
Ismael
You must log in to post.