How can I change the color of my footer font and icons?

Hi,

I have tried everything I can think of, and I cannot get my footer text to change. I want the text and social icons in the footer to be white. Right now they are very dark and blend in with the black background. Where are the settings to change this?

Thanks,

Amy

Hi Amy,

Please try:

.x-colophon.bottom .x-nav li a,
.x-colophon.bottom .x-social-global a {
        color: #ffffff;
}

Here are some links for references for the code above:

Hope this helps.

Thanks, that did the trick for the icons, but my copyright statement and privacy policy are still not white. How do I change those as well?

Hi Amy,

Please update the code to:

.x-colophon.bottom .x-nav li a,
.x-colophon.bottom .x-social-global a,
.x-colophon.bottom .x-colophon-content,
.x-colophon.bottom .x-colophon-content a {
    color: #ffffff;
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.