On hover: change font color of other elements

Hello y’all!

I’m trying to change all texts on my homepage from black to white everytime I hover on a specific element. How can I do it? I tried with animations on hover but there is no option to do that.

Thanks a lot!


@MarcosMG you can select one element as the trigger element, i.e. a button or link and have that change the color of a specific element or all elements with a class.

You can see this in effect here:

Hover over the what we believe in text:

And you’ll see the text below change color.

Thanks a lot Sam! My problem was that for some reason I didn’t see Text Color was an option in the animations panel.