Make all logos white (whitescale filter)

You need to use PNGs with transparent backgrounds and should use high quality logos but it works like a charm to turn all logos white if you want to run a dark background or a transparent background overlaying a photo.

/* Whitescale filter */
.eapp-logo-showcase-logo-inner {
  filter: brightness(0) invert(1);
}
3 Likes

Hi there, @Todd :waving_hand:

Amazing, thanks a lot for sharing this solution with us :blush: