Hi there,
Found this on another thread and addressed all my custom color issues except the hover color. Here’s what I have:
/* Footer text and Links */
.x-colophon.bottom .x-nav li a,
.x-colophon.bottom a,
.x-colophon.bottom .x-colophon-content {
color:#c08156;
.x-colophon.bottom .x-colophon-content a:hover, .x-colophon.bottom .x-social-global a:hover {
color: #b13535;
}
Thanks!
M.