I have a website at the following link:
My goal is to change the text color of "Nike" to white.
If you decide to alter this text and modify the product name, please let me know so we can discuss it further.
a {
color: #F7F6F6;
text-decoration: none;
-webkit-transition: color 0.5s ease;
-o-transition: color 0.5s ease;
transition: color 0.5s ease;
}
To provide a better idea of what I'm looking for, here's an image: