Home › Forums › Pro Support › grayscale on hover fix needed › Reply To: grayscale on hover fix needed
August 16, 2019 at 3:20 pm
#10793
Keymaster
Hi Sarah,
What if you do this?:
#wpsp-123 .wp-show-posts-inner .wp-show-posts-image img {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
}
#wpsp-123 .wpshow-posts-inner:hover .wp-show-posts-image img {
filter: none;
-webkit-filter: grayscale(0);
}
Be sure to replace 123
with the ID of your list.