Is it possible to have the parter/logo element with the funktion mouseover -> colour
I guess you understand what I mean… I want to have greyscale logos and when I move my mouse over one logo, I want that one become coloured…
hopefully you can help me…
Regards, IHEA
Hey IHEA!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#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; }
Cheers!
Yigit
Thank you… so nice…
Regards, Dan