Hi Terry
To set a background color you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)...
Edit to taste...
.social-TripAdvisor {
background-color: #aaaaaa;
}
Ciarán