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
Next, use CSS code
div.eapp-logo-showcase-logo-inner:hover {
filter: grayscale(0);
-webkit-filter: grayscale(0);
}
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
Next, use CSS code
div.eapp-logo-showcase-logo-inner:hover {
filter: grayscale(0);
-webkit-filter: grayscale(0);
}