Site URL: https://www.studiovertime.com/thoughts
Hello!
I'm trying to create a black and white to color rollover for blog post thumbnails (website very much under construction). I'm using this code that I found on another post in this forum:
.no-touch .collection-5d7a891600952e518d49e751 .project-image {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
&:hover, &:focus {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
}
I've changed .collection...project-image to section[data-section-id="5ec00d59438c273bae2f3262"]. The rollover works, but