Grayscale Filter to Fullcolor Logo

Not sure if widget has this option, but I can’t find it so I wrote this CSS.
First you need to set this option
image

Next, use CSS code

div.eapp-logo-showcase-logo-inner:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

image

4 Likes