Hi Dan,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer.
.x-post-carousel .entry-cover {
-webkit-filter: grayscale(100%);
filter: grayscale(1);
}
.x-post-carousel .entry-cover:hover {
-webkit-filter: none;
filter: none;
}
Hope this helps.
Cheers!