Hello,
The issue with Instagram widget has been fixed. No images are shown because there are none of them in your Instagram profile.
To change widget title color use this code in custom.css:
.footer-top .widget-title span {
color: black !important;
}
To change color of “Follow us” link use this code:
.widget-container.null-instagram-feed a {
color: black !important;
}
Regards,
Eva Kemp.