Hi There,
Please add the follow code to your Appereance / Customizer / Custom / CSS
/* footer social icons color */
.x-colophon.bottom .x-social-global a {
color: red;
}
/* footer links color */
.x-colophon.bottom .x-nav li a {
color: #ffffff;
}
/* footer background color */
body .x-colophon.bottom {
background-color: green;
}
To change the color of your footer text content, you can wrap your content on the code below:
<p style="color:blue;">2016 Club Natural - All Rights Reserved</p>
*Adjust the colors according to your wishes.
Hope that helps,
Joao