How do I change the color of the footer credits? I can’t see them because they are blacked out.
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!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.