Hey guys, can you help with this?
Thanks!
– Chris
Hi Chris!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-border-deactivate.avia-logo-element-container img {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}
#top .av-border-deactivate.avia-logo-element-container img:hover {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);
}
Cheers!
Yigit
Thank you!