hover state & transition...
Hi,
Not sure what's missing here, but the link transitions from the white to the darker color. However, from original template somewhere within the transitional shift, I can see a blue color. How do I target that if hover & focus are already "used up" below? - When I check the source, I can see the culprit which likes in original template. I did try to add .link a { } and with another color; but it's just not hitting it to make the alteration. Any recommendations?
.link a {
color: #fff;
}
.link a:hover, a:focus {
color: #551d1f;
}
in original WP template I am re-styling:
media="all"
a {
- color: #337ab7;
- text-decoration: none;}
Thank you.
