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

    I would like the pictures to transform from greyscale to color. But the area behind the title doesn’t respond to the mouse-over. Please advice.

    .aviaccordion-image {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    }

    .aviaccordion-image:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    }

    #1056679

    Hey rstalfoort,

    Please replace this code:

    .aviaccordion-image:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    }

    to:

    #top .aviaccordion-active-slide .aviaccordion-image {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }

    Best regards,
    Nikko

    #1056813

    Works like a charm, thanks a lot.

    #1056822

    Hi rstalfoort,

    Glat that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘aviaccordion’ is closed to new replies.