Can you tell me the exact color you want the background and font for the buttons to be in that section? We can just add an override in your CSS file or Custom CSS page.
The Footer Widget #2 section is showing the default Body color for some reason, and I have no idea why. I’m not sure if it has anything to do with the tables being used or not. If it does, that still doesn’t explain why it works on other pages but not this one. Oh well, either way, here’s a fix you can add –
.footer-widgets td {
color: #fff;
}
Let me know if that works.