Hi there,
I can’t figure out how to change the footer text and link color in Ethos. Can you help me?
So the bottom footer menu is how I want the rest of the footer text and widets. Text color white, link hover #afca0b
I have used the following CSS:
.x-colophon.bottom .x-nav li a, .x-colophon.bottom .x-colophon-content a,
.x-colophon.bottom .x-colophon-content a:hover {
color: #fff;
}
.x-colophon.bottom .x-nav li a:hover {
color: #afca0b;
}
.x-colophon.top .textwidget {
color: white;
}
