Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1079582

    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

    #1080433

    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

    #1080508

    Hey Nikko,

    works like a charm! Thanks a lot!
    Kind regards,
    Sirpa

    #1080611

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Greyscale Overlay for Instagram Widget’ is closed to new replies.