Hi There,
Thanks for writing in! You can add this under Custom > CSS in the Customizer to apply a background image on your footer.
.x-colophon.bottom {
background-image: url('BACKGROUND IMAGE URL HERE');
background-repeat: repeat;
background-size: cover;
background-position: center;
}
Then you can enable your Footer Social icon link on Customizer under the Footer panel. Add you can add your social media link on Customizer > Social.
Hope it helps, Cheers!