Thanks for writing in! Actually you have enabled footer menu but the color is same as background so it’s invisible.
You can add this under Custom > CSS in the Customizer to change the color.
.x-colophon.bottom .x-nav li a {
color: #fff;
}
If you don’t need that footer menu; you can disable it from Customize > Footer > Footer Menu