Hi Robert,
To change the background color of social links and small diamond shape below each heading, you can go to Appearance > Customize > Additional CSS and add these CSS codes.
For Social links background change
.company_elite_widget_social ul li a::before {
background-color: #f5f3f3;
}
To change the color of a diamond shape below each title
#sidebar-front-page-widget-area .separator::after {
background-color: #f9bb56;
}