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%);
}
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
Works like a charm, thanks a lot.
Hi rstalfoort,
Glat that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko