Activate Hover On Lower Z-Index Objects

Hey!

I actually just solved this problem on my own project!

You need to use this code inside of an Embed element in the CMS collection:

<style>
.thumbnail-class:hover{
	color:(ADD CMS COLOR FIELD HERE);
}
</style>

Once your color is set, you can continue using the designer as usual, including transitions and all!

1 Like