Dear Keisi-Team,
I would like to show the images in the Instagram widget with a grayscale overlay, only while hover/clicking to appear in color, similar as the option in the gallery.
Is this visible?
Thanks a lot on advance.
Have a nice day.
Kind regards
Sirpa
Hey Sirpa,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-instagram-item a {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
#top .av-instagram-item a:hover {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
Best regards,
Nikko
Hey Nikko,
works like a charm! Thanks a lot!
Kind regards,
Sirpa
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon