This is my code:
You can definitely solve this problem using CSS. Create a div and inside write a text command with an id. Use the id to reference it in CSS.
.id:hover{ color: blue; }