Cant see footer credits

How do I change the color of the footer credits? I can’t see them because they are blacked out.

http://d3u.c57.myftpupload.com/

Hi @IRGmarketing,

Please add this code in X > Theme Options > CSS:

.x-colophon.bottom .x-colophon-content, 
.x-colophon.bottom .x-colophon-content a,
.x-colophon.bottom .x-nav li a,
.x-colophon.bottom .x-social-global a {
    color: rgba(255,255,255);
}

Hope this helps.

1 Like

Yes, that worked!

You’re welcome!
We’re glad @Jade were able to help you out.

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