r3v0lution
Registered
Hey guys! Hopefully a quick one...
I changed the a:hover for the links in the footer, and added the following to extra.css to allow the same for the FA icons:
But the FA icon only changes color when actually hovering over it (not the link, which is what I was going for).. Is there a way to make the icon + link change at the same time?
Thanks!
**edit** Just to add some info.... If I am ONLY hovering over the FA icon, then entire link changes color... But if I am ONLY hovering over the link, the FA icon remains white...
I changed the a:hover for the links in the footer, and added the following to extra.css to allow the same for the FA icons:
Code:
.extraFooter .fa:hover {
color: #0A6EE7 !important;
}
Thanks!
**edit** Just to add some info.... If I am ONLY hovering over the FA icon, then entire link changes color... But if I am ONLY hovering over the link, the FA icon remains white...