Hi, I’m about to beat my head against the wall.
My footer background is blue (#5997bc) and my links are white. But the hover color of my widget is also white and I cannot see the links. I want the hover color to change to a darker blue (#1773aa).
Here is the current CSS I have in my Customizer: (I have removed all hover options because they have not worked)
footer.x-colophon.top,
footer.x-colophon.bottom {
background-color:#5997bc;
}
footer .h-widget {color: #fff;}
.x-colophon.top .widget {
text-shadow:none;
}
footer.x-colophon.top .widget ul {
border: none !important;
box-shadow: none;
}
.x-colophon.bottom, .x-colophon.top, .x-colophon.bottom a, .x-colophon.top a {
color: #000;
}
I have tried just about every option I can find in the forum… please help!