Make gallery images black-and-white but colored on hover

Add the code below to Custom CSS field on your Instagram Feed widget’s Style tab:

.es-post-media-image {
  filter: grayscale(1) !important;
}
.es-post:hover .es-post-media-image {
  filter: none !important;
}

Make sure to disable Post Elements on Post tab for even better effect :slight_smile: