Hi there,
See development site at http://wordpress.shamajo.nl/.
For the Partner/Logo Element images, my client would like to have the same grey effect as in the Angular theme. In one of the other topics I found your suggestion to add the following code to quick css:
#top .avia-logo-element-container img { filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;
-webkit-transition: all .6s ease; }
#top .avia-logo-element-container img:hover { filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: none; }
I did the same, but that doesn’t work. I deleted the #top as I believe that wasn’t applicable, but that doesn’t work either.
Any suggestion please?
Thanks & regards,
Monique
Hey Monique!
Please flush browser cache and refresh your page a few times. It does work fine on my end.
Best regards,
Yigit
Hey Yigit,
Sorry I didn’t come back on this before ;-)
This seems to work fine in FF and Chrome but not in IE, Opera and Safari (on Windows 7).
Please advise.
Best regards,
Monique
Hey Monique!
Unfortunately applying cross-browser greyscale effect requires a bit more work than that and is definitely beyond the scope of support. Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit
Thanks Yigit!
I did ;-)
Have a nice day,
Monique