Change the footer icons and header icons color

How to change the color of the header and footer icons with out changing other parts of the site colors or links.

Thanks

Hi @rotation,

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

.x-topbar .x-social-global a,
.x-colophon.bottom .x-social-global a {
    color: #000;
}

Hope this helps.

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