Simple a href link rollover

I know I must be missing something but I’m a Wix beginner. How do you get a rollover (a:hover) effect on a text hyperlink? I’m stumped.

Hi,
Welcome to Wix Code :slight_smile:
You can choose any element > click on view properties > add onMouseIn event.
In the event function you can do what ever you like.
Good luck!
Roi

Right, I got that part but what is the code I insert? For example, let’s say the link text is color black and on mouse in I want it to turn to red. How would I code that?